Html Css Color HEX #326C78 Allports

📋 copy color: '#326C78'

red 50 ◦ green 108 ◦ blue 120

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

Shades of Allports #326C78

Tints of Allports #326C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 17.99%
G = 38.85%
B = 43.17%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326C78 (or 0x326C78) is known color: Allports. HEX triplet: 32, 6C and 78. RGB value is (50,108,120). Sum of RGB (Red+Green+Blue) = 50+108+120=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #326C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C78 is #CD9387. Grayscale: #5B5B5B. Windows color (decimal): -13472648 or 7892018. OLE color: 7892018.

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

Color convert

RGB 50 108 120 -
CMYK 0.58 0.10 0 0.53
HSL 190.29º 0.41% 0.33% -
HSV(B) 190.29º 0.58% 0.47% -
XYZ 10.07 12.76 19.7 -
YUV 92.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 50 108 120 0.58 0.10 0 0.53 190.29 0.41 0.33
Hex 32 6C 78 3A A 0 35 BE 29 21
Octal 62 154 170 72 12 0 65 276 51 41
Binary 110010 1101100 1111000 111010 1010 0 110101 10111110 101001 100001

Color Harmonies of #326C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C78

Black with #326C78

Text Example


Text Example

White with #326C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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