#338187

Color #338187 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #338187

Tints of Atoll #338187

Color information

#338187 (or 0x338187) is unknown color: approx Atoll. HEX triplet: 33, 81 and 87. RGB value is (51,129,135). Sum of RGB (Red+Green+Blue) = 51+129+135=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #338187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338187 is #CC7E78. Grayscale: #6A6A6A. Windows color (decimal): -13401721 or 8880435. OLE color: 8880435.

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

Color convert

RGB51129135-
CMYK0.620.0400.47
HSL184.29º45.16%36.47%-
HSV(B)184.29º62.22%52.94%-
XYZ13.5918.1525.71-
YUV106.36144.1688.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=16.19%
G=40.95%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511291350.620.0400.47184.2945.1636.47
Hex3381873E402Fb82d24
Octal632012077640572705544
Binary1100111000000110000111111110100010111110111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338187; }

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

 H1.HeaderClassName
 {
   color: #338187;
 }
 .AnyTagClassName
 {
   color: #338187;
 }
</style>
background-color css

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

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

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

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

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

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