Html Css Color HEX #327078 Atoll

📋 copy color: '#327078'

red 50 ◦ green 112 ◦ blue 120

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

Shades of Atoll #327078

Tints of Atoll #327078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 17.73%
G = 39.72%
B = 42.55%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327078 (or 0x327078) is known color: Atoll. HEX triplet: 32, 70 and 78. RGB value is (50,112,120). Sum of RGB (Red+Green+Blue) = 50+112+120=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #327078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327078 is #CD8F87. Grayscale: #5E5E5E. Windows color (decimal): -13471624 or 7893042. OLE color: 7893042.

HSL color Cylindrical-coordinate representation of color #327078: hue angle of 186.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327078 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 112 120 -
CMYK 0.58 0.07 0 0.53
HSL 186.86º 0.41% 0.33% -
HSV(B) 186.86º 0.58% 0.47% -
XYZ 10.5 13.62 19.85 -
YUV 94.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 50 112 120 0.58 0.07 0 0.53 186.86 0.41 0.33
Hex 32 70 78 3A 7 0 35 BB 29 21
Octal 62 160 170 72 7 0 65 273 51 41
Binary 110010 1110000 1111000 111010 111 0 110101 10111011 101001 100001

Color Harmonies of #327078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327078

Black with #327078

Text Example


Text Example

White with #327078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327078; }

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

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

background-color css

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

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

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

border-color css

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

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

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