Html Css Color HEX #326F78 Atoll

📋 copy color: '#326F78'

red 50 ◦ green 111 ◦ blue 120

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

Shades of Atoll #326F78

Tints of Atoll #326F78

RGB

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

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

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

R = 17.79%
G = 39.5%
B = 42.7%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326F78 (or 0x326F78) is known color: Atoll. HEX triplet: 32, 6F and 78. RGB value is (50,111,120). Sum of RGB (Red+Green+Blue) = 50+111+120=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #326F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F78 is #CD9087. Grayscale: #5D5D5D. Windows color (decimal): -13471880 or 7892786. OLE color: 7892786.

HSL color Cylindrical-coordinate representation of color #326F78: hue angle of 187.71º 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 #326F78 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 111 120 -
CMYK 0.58 0.08 0 0.53
HSL 187.71º 0.41% 0.33% -
HSV(B) 187.71º 0.58% 0.47% -
XYZ 10.39 13.4 19.81 -
YUV 93.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 50 111 120 0.58 0.08 0 0.53 187.71 0.41 0.33
Hex 32 6F 78 3A 8 0 35 BC 29 21
Octal 62 157 170 72 10 0 65 274 51 41
Binary 110010 1101111 1111000 111010 1000 0 110101 10111100 101001 100001

Color Harmonies of #326F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F78

Black with #326F78

Text Example


Text Example

White with #326F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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