Html Css Color HEX #347580 Atoll

📋 copy color: '#347580'

red 52 ◦ green 117 ◦ blue 128

#347580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #347580

Tints of Atoll #347580

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 17.51%
G = 39.39%
B = 43.1%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#347580 (or 0x347580) is known color: Atoll. HEX triplet: 34, 75 and 80. RGB value is (52,117,128). Sum of RGB (Red+Green+Blue) = 52+117+128=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #347580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347580 is #CB8A7F. Grayscale: #626262. Windows color (decimal): -13339264 or 8418612. OLE color: 8418612.

HSL color Cylindrical-coordinate representation of color #347580: hue angle of 188.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347580 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 117 128 -
CMYK 0.59 0.09 0 0.50
HSL 188.68º 0.42% 0.35% -
HSV(B) 188.68º 0.59% 0.5% -
XYZ 11.67 15.01 22.7 -
YUV 98.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 52 117 128 0.59 0.09 0 0.50 188.68 0.42 0.35
Hex 34 75 80 3B 9 0 32 BD 2A 23
Octal 64 165 200 73 11 0 62 275 52 43
Binary 110100 1110101 10000000 111011 1001 0 110010 10111101 101010 100011

Color Harmonies of #347580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347580

Black with #347580

Text Example


Text Example

White with #347580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347580; }

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

 H1.HeaderClassName
 {
   color: #347580;
 }
 .AnyTagClassName
 {
   color: #347580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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