Html Css Color HEX #327075 Atoll

📋 copy color: '#327075'

red 50 ◦ green 112 ◦ blue 117

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

Shades of Atoll #327075

Tints of Atoll #327075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 17.92%
G = 40.14%
B = 41.94%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#327075 (or 0x327075) is known color: Atoll. HEX triplet: 32, 70 and 75. RGB value is (50,112,117). Sum of RGB (Red+Green+Blue) = 50+112+117=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #327075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327075 is #CD8F8A. Grayscale: #5D5D5D. Windows color (decimal): -13471627 or 7696434. OLE color: 7696434.

HSL color Cylindrical-coordinate representation of color #327075: hue angle of 184.48º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327075 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 112 117 -
CMYK 0.57 0.04 0 0.54
HSL 184.48º 0.4% 0.33% -
HSV(B) 184.48º 0.57% 0.46% -
XYZ 10.32 13.55 18.9 -
YUV 94.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 50 112 117 0.57 0.04 0 0.54 184.48 0.4 0.33
Hex 32 70 75 39 4 0 36 B8 28 21
Octal 62 160 165 71 4 0 66 270 50 41
Binary 110010 1110000 1110101 111001 100 0 110110 10111000 101000 100001

Color Harmonies of #327075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327075

Black with #327075

Text Example


Text Example

White with #327075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327075; }

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

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

background-color css

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

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

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

border-color css

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

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

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