#348185

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

Shades of Atoll #348185

Tints of Atoll #348185

Color information

#348185 (or 0x348185) is unknown color: approx Atoll. HEX triplet: 34, 81 and 85. RGB value is (52,129,133). Sum of RGB (Red+Green+Blue) = 52+129+133=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #348185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348185 is #CB7E7A. Grayscale: #6A6A6A. Windows color (decimal): -13336187 or 8749364. OLE color: 8749364.

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

Color convert

RGB52129133-
CMYK0.610.0300.48
HSL182.96º43.78%36.27%-
HSV(B)182.96º60.9%52.16%-
XYZ13.518.1224.98-
YUV106.43142.9989.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=16.56%
G=41.08%
B=42.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521291330.610.0300.48182.9643.7836.27
Hex3481853D3030b72c24
Octal642012057530602675444
Binary110100100000011000010111110111011000010110111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348185; }

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

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

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

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

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

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

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

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