#348089

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

Shades of Atoll #348089

Tints of Atoll #348089

Color information

#348089 (or 0x348089) is unknown color: approx Atoll. HEX triplet: 34, 80 and 89. RGB value is (52,128,137). Sum of RGB (Red+Green+Blue) = 52+128+137=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #348089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348089 is #CB7F76. Grayscale: #6A6A6A. Windows color (decimal): -13336439 or 9011252. OLE color: 9011252.

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

Color convert

RGB52128137-
CMYK0.620.0700.46
HSL186.35º44.97%37.06%-
HSV(B)186.35º62.04%53.73%-
XYZ13.6517.9726.42-
YUV106.3145.3289.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=16.40%
G=40.38%
B=43.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521281370.620.0700.46186.3544.9737.06
Hex3480893E702Eba2d25
Octal642002117670562725545
Binary1101001000000010001001111110111010111010111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348089; }

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

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

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

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

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

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

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

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