#348086

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

Shades of Atoll #348086

Tints of Atoll #348086

Color information

#348086 (or 0x348086) is unknown color: approx Atoll. HEX triplet: 34, 80 and 86. RGB value is (52,128,134). Sum of RGB (Red+Green+Blue) = 52+128+134=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 128 (50.39% from 255 or 40.76% 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 #348086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348086 is #CB7F79. Grayscale: #696969. Windows color (decimal): -13336442 or 8814644. OLE color: 8814644.

HSL color Cylindrical-coordinate representation of color #348086: hue angle of 184.39º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348086 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52128134-
CMYK0.610.0400.47
HSL184.39º44.09%36.47%-
HSV(B)184.39º61.19%52.55%-
XYZ13.4417.8925.3-
YUV105.96143.8289.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=16.56%
G=40.76%
B=42.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521281340.610.0400.47184.3944.0936.47
Hex3480863D402Fb82c24
Octal642002067540572705444
Binary1101001000000010000110111101100010111110111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348086; }

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

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

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

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

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

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

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

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