#338089

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

Shades of Atoll #338089

Tints of Atoll #338089

Color information

#338089 (or 0x338089) is unknown color: approx Atoll. HEX triplet: 33, 80 and 89. RGB value is (51,128,137). Sum of RGB (Red+Green+Blue) = 51+128+137=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #338089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338089 is #CC7F76. Grayscale: #696969. Windows color (decimal): -13401975 or 9011251. OLE color: 9011251.

HSL color Cylindrical-coordinate representation of color #338089: hue angle of 186.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338089 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51128137-
CMYK0.630.0700.46
HSL186.28º45.74%36.86%-
HSV(B)186.28º62.77%53.73%-
XYZ13.617.9526.41-
YUV106145.4988.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=16.14%
G=40.51%
B=43.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511281370.630.0700.46186.2845.7436.86
Hex3380893F702Eba2e25
Octal632002117770562725645
Binary1100111000000010001001111111111010111010111010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338089; }

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

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

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

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

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

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

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

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