Html Css Color HEX #338387 Atoll

📋 copy color: '#338387'

red 51 ◦ green 131 ◦ blue 135

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

Shades of Atoll #338387

Tints of Atoll #338387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 16.09%
G = 41.32%
B = 42.59%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#338387 (or 0x338387) is known color: Atoll. HEX triplet: 33, 83 and 87. RGB value is (51,131,135). Sum of RGB (Red+Green+Blue) = 51+131+135=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #338387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338387 is #CC7C78. Grayscale: #6B6B6B. Windows color (decimal): -13401209 or 8880947. OLE color: 8880947.

HSL color Cylindrical-coordinate representation of color #338387: hue angle of 182.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338387 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 131 135 -
CMYK 0.62 0.03 0 0.47
HSL 182.86º 0.45% 0.36% -
HSV(B) 182.86º 0.62% 0.53% -
XYZ 13.85 18.69 25.8 -
YUV 107.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 51 131 135 0.62 0.03 0 0.47 182.86 0.45 0.36
Hex 33 83 87 3E 3 0 2F B7 2D 24
Octal 63 203 207 76 3 0 57 267 55 44
Binary 110011 10000011 10000111 111110 11 0 101111 10110111 101101 100100

Color Harmonies of #338387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338387

Black with #338387

Text Example


Text Example

White with #338387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338387; }

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

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

background-color css

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

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

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

border-color css

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

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

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