#347984

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

Shades of Atoll #347984

Tints of Atoll #347984

Color information

#347984 (or 0x347984) is unknown color: approx Atoll. HEX triplet: 34, 79 and 84. RGB value is (52,121,132). Sum of RGB (Red+Green+Blue) = 52+121+132=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #347984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347984 is #CB867B. Grayscale: #656565. Windows color (decimal): -13338236 or 8681780. OLE color: 8681780.

HSL color Cylindrical-coordinate representation of color #347984: hue angle of 188.25º degrees, saturation: 0.43, 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 #347984 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52121132-
CMYK0.610.0800.48
HSL188.25º43.48%36.08%-
HSV(B)188.25º60.61%51.76%-
XYZ12.4216.0724.28-
YUV101.62145.1492.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=17.05%
G=39.67%
B=43.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521211320.610.0800.48188.2543.4836.08
Hex3479843D8030bc2b24
Octal6417120475100602745344
Binary1101001111001100001001111011000011000010111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347984; }

 p { color: rgb(52,121,132); }

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

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

 a { background-color: rgb(52,121,132); }

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

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

 span { border-color: rgb(52,121,132); }

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