Html Css Color HEX #327580 Atoll

📋 copy color: '#327580'

red 50 ◦ green 117 ◦ blue 128

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

Shades of Atoll #327580

Tints of Atoll #327580

RGB

 RED value IS 50 (19.92% from 255) = 16.95%

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

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

R = 16.95%
G = 39.66%
B = 43.39%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#327580 (or 0x327580) is known color: Atoll. HEX triplet: 32, 75 and 80. RGB value is (50,117,128). Sum of RGB (Red+Green+Blue) = 50+117+128=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #327580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327580 is #CD8A7F. Grayscale: #626262. Windows color (decimal): -13470336 or 8418610. OLE color: 8418610.

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

Color convert

RGB 50 117 128 -
CMYK 0.61 0.09 0 0.50
HSL 188.46º 0.44% 0.35% -
HSV(B) 188.46º 0.61% 0.5% -
XYZ 11.57 14.96 22.7 -
YUV 98.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 50 117 128 0.61 0.09 0 0.50 188.46 0.44 0.35
Hex 32 75 80 3D 9 0 32 BC 2C 23
Octal 62 165 200 75 11 0 62 274 54 43
Binary 110010 1110101 10000000 111101 1001 0 110010 10111100 101100 100011

Color Harmonies of #327580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327580

Black with #327580

Text Example


Text Example

White with #327580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327580; }

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

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

background-color css

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

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

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

border-color css

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

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

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