Html Css Color HEX #338297 Scooter

📋 copy color: '#338297'

red 51 ◦ green 130 ◦ blue 151

#338297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #338297

Tints of Scooter #338297

RGB

 RED value IS 51 (20.31% from 255) = 15.36%

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 15.36%
G = 39.16%
B = 45.48%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338297 (or 0x338297) is known color: Scooter. HEX triplet: 33, 82 and 97. RGB value is (51,130,151). Sum of RGB (Red+Green+Blue) = 51+130+151=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #338297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338297 is #CC7D68. Grayscale: #6C6C6C. Windows color (decimal): -13401449 or 9929267. OLE color: 9929267.

HSL color Cylindrical-coordinate representation of color #338297: hue angle of 192.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338297 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 130 151 -
CMYK 0.66 0.14 0 0.41
HSL 192.6º 0.5% 0.4% -
HSV(B) 192.6º 0.66% 0.59% -
XYZ 14.93 18.9 32.14 -
YUV 108.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 51 130 151 0.66 0.14 0 0.41 192.6 0.5 0.4
Hex 33 82 97 42 E 0 29 C1 32 28
Octal 63 202 227 102 16 0 51 301 62 50
Binary 110011 10000010 10010111 1000010 1110 0 101001 11000001 110010 101000

Color Harmonies of #338297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338297

Black with #338297

Text Example


Text Example

White with #338297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338297; }

 p { color: rgb(51,130,151); }

 H1.HeaderClassName
 {
   color: #338297;
 }
 .AnyTagClassName
 {
   color: #338297;
 }
</style>

background-color css

<style>
 a { background-color: #338297; }

 a { background-color: rgb(51,130,151); }

 div.DivClassName
 {
   background-color: #338297;
 }
 .BgClassName
 {
   background-color: #338297;
 }
</style>

border-color css

<style>
 span { border-color: #338297; }

 span { border-color: rgb(51,130,151); }

 td.TdClassName
 {
   border-color: #338297;
 }
 .TagClassName
 {
   border-color: #338297;
 }
</style>