Html Css Color HEX #338396 Scooter

📋 copy color: '#338396'

red 51 ◦ green 131 ◦ blue 150

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

Shades of Scooter #338396

Tints of Scooter #338396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 15.36%
G = 39.46%
B = 45.18%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#338396 (or 0x338396) is known color: Scooter. HEX triplet: 33, 83 and 96. RGB value is (51,131,150). Sum of RGB (Red+Green+Blue) = 51+131+150=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #338396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338396 is #CC7C69. Grayscale: #6D6D6D. Windows color (decimal): -13401194 or 9863987. OLE color: 9863987.

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

Color convert

RGB 51 131 150 -
CMYK 0.66 0.13 0 0.41
HSL 191.52º 0.49% 0.39% -
HSV(B) 191.52º 0.66% 0.59% -
XYZ 14.99 19.14 31.76 -
YUV 109.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 51 131 150 0.66 0.13 0 0.41 191.52 0.49 0.39
Hex 33 83 96 42 D 0 29 C0 31 27
Octal 63 203 226 102 15 0 51 300 61 47
Binary 110011 10000011 10010110 1000010 1101 0 101001 11000000 110001 100111

Color Harmonies of #338396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338396

Black with #338396

Text Example


Text Example

White with #338396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338396; }

 p { color: rgb(51,131,150); }

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

background-color css

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

 a { background-color: rgb(51,131,150); }

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

border-color css

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

 span { border-color: rgb(51,131,150); }

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