Html Css Color HEX #338087 Atoll

📋 copy color: '#338087'

red 51 ◦ green 128 ◦ blue 135

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

Shades of Atoll #338087

Tints of Atoll #338087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

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

R = 16.24%
G = 40.76%
B = 42.99%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#338087 (or 0x338087) is known color: Atoll. HEX triplet: 33, 80 and 87. RGB value is (51,128,135). Sum of RGB (Red+Green+Blue) = 51+128+135=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #338087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338087 is #CC7F78. Grayscale: #696969. Windows color (decimal): -13401977 or 8880179. OLE color: 8880179.

HSL color Cylindrical-coordinate representation of color #338087: hue angle of 185º 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 #338087 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 128 135 -
CMYK 0.62 0.05 0 0.47
HSL 185º 0.45% 0.36% -
HSV(B) 185º 0.62% 0.53% -
XYZ 13.46 17.89 25.67 -
YUV 105.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 51 128 135 0.62 0.05 0 0.47 185 0.45 0.36
Hex 33 80 87 3E 5 0 2F B9 2D 24
Octal 63 200 207 76 5 0 57 271 55 44
Binary 110011 10000000 10000111 111110 101 0 101111 10111001 101101 100100

Color Harmonies of #338087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338087

Black with #338087

Text Example


Text Example

White with #338087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338087; }

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

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

background-color css

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

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

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

border-color css

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

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

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