#348186

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

Shades of Atoll #348186

Tints of Atoll #348186

Color information

#348186 (or 0x348186) is unknown color: approx Atoll. HEX triplet: 34, 81 and 86. RGB value is (52,129,134). Sum of RGB (Red+Green+Blue) = 52+129+134=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #348186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348186 is #CB7E79. Grayscale: #6A6A6A. Windows color (decimal): -13336186 or 8814900. OLE color: 8814900.

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

Color convert

RGB52129134-
CMYK0.610.0400.47
HSL183.66º44.09%36.47%-
HSV(B)183.66º61.19%52.55%-
XYZ13.5718.1525.34-
YUV106.55143.4989.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=16.51%
G=40.95%
B=42.54%

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
Decimal521291340.610.0400.47183.6644.0936.47
Hex3481863D402Fb82c24
Octal642012067540572705444
Binary1101001000000110000110111101100010111110111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348186; }

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

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

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

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

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

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

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

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