Html Css Color HEX #326E70 Atoll

📋 copy color: '#326E70'

red 50 ◦ green 110 ◦ blue 112

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

Shades of Atoll #326E70

Tints of Atoll #326E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.44%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 18.38%
G = 40.44%
B = 41.18%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326E70 (or 0x326E70) is known color: Atoll. HEX triplet: 32, 6E and 70. RGB value is (50,110,112). Sum of RGB (Red+Green+Blue) = 50+110+112=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #326E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E70 is #CD918F. Grayscale: #5C5C5C. Windows color (decimal): -13472144 or 7368242. OLE color: 7368242.

HSL color Cylindrical-coordinate representation of color #326E70: hue angle of 181.94º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E70 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 110 112 -
CMYK 0.55 0.02 0 0.56
HSL 181.94º 0.38% 0.32% -
HSV(B) 181.94º 0.55% 0.44% -
XYZ 9.82 13 17.32 -
YUV 92.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 50 110 112 0.55 0.02 0 0.56 181.94 0.38 0.32
Hex 32 6E 70 37 2 0 38 B6 26 20
Octal 62 156 160 67 2 0 70 266 46 40
Binary 110010 1101110 1110000 110111 10 0 111000 10110110 100110 100000

Color Harmonies of #326E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E70

Black with #326E70

Text Example


Text Example

White with #326E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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