#347A83

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

Shades of Atoll #347A83

Tints of Atoll #347A83

Color information

#347A83 (or 0x347A83) is unknown color: approx Atoll. HEX triplet: 34, 7A and 83. RGB value is (52,122,131). Sum of RGB (Red+Green+Blue) = 52+122+131=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #347A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A83 is #CB857C. Grayscale: #656565. Windows color (decimal): -13337981 or 8616500. OLE color: 8616500.

HSL color Cylindrical-coordinate representation of color #347A83: hue angle of 186.84º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347A83 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52122131-
CMYK0.600.0700.49
HSL186.84º43.17%35.88%-
HSV(B)186.84º60.31%51.37%-
XYZ12.4716.2923.96-
YUV102.1144.3192.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=17.05%
G=40%
B=42.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521221310.600.0700.49186.8443.1735.88
Hex347A833C7031bb2b24
Octal641722037470612735344
Binary110100111101010000011111100111011000110111011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347A83; }

 p { color: rgb(52,122,131); }

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

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

 a { background-color: rgb(52,122,131); }

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

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

 span { border-color: rgb(52,122,131); }

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