Html Css Color HEX #326F71 Atoll

📋 copy color: '#326F71'

red 50 ◦ green 111 ◦ blue 113

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

Shades of Atoll #326F71

Tints of Atoll #326F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 18.25%
G = 40.51%
B = 41.24%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326F71 (or 0x326F71) is known color: Atoll. HEX triplet: 32, 6F and 71. RGB value is (50,111,113). Sum of RGB (Red+Green+Blue) = 50+111+113=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #326F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F71 is #CD908E. Grayscale: #5C5C5C. Windows color (decimal): -13471887 or 7434034. OLE color: 7434034.

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

Color convert

RGB 50 111 113 -
CMYK 0.56 0.02 0 0.56
HSL 181.9º 0.39% 0.32% -
HSV(B) 181.9º 0.56% 0.44% -
XYZ 9.98 13.24 17.65 -
YUV 92.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 50 111 113 0.56 0.02 0 0.56 181.9 0.39 0.32
Hex 32 6F 71 38 2 0 38 B6 27 20
Octal 62 157 161 70 2 0 70 266 47 40
Binary 110010 1101111 1110001 111000 10 0 111000 10110110 100111 100000

Color Harmonies of #326F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F71

Black with #326F71

Text Example


Text Example

White with #326F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,113); }

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

background-color css

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

 a { background-color: rgb(50,111,113); }

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

border-color css

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

 span { border-color: rgb(50,111,113); }

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