#338186

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

Shades of Atoll #338186

Tints of Atoll #338186

Color information

#338186 (or 0x338186) is unknown color: approx Atoll. HEX triplet: 33, 81 and 86. RGB value is (51,129,134). Sum of RGB (Red+Green+Blue) = 51+129+134=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #338186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338186 is #CC7E79. Grayscale: #6A6A6A. Windows color (decimal): -13401722 or 8814899. OLE color: 8814899.

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

Color convert

RGB51129134-
CMYK0.620.0400.47
HSL183.61º44.86%36.27%-
HSV(B)183.61º61.94%52.55%-
XYZ13.5218.1325.34-
YUV106.25143.6688.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=16.24%
G=41.08%
B=42.68%

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
Decimal511291340.620.0400.47183.6144.8636.27
Hex3381863E402Fb82d24
Octal632012067640572705544
Binary1100111000000110000110111110100010111110111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338186; }

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

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

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

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

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

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

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

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