Html Css Color HEX #326F7C Astral

📋 copy color: '#326F7C'

red 50 ◦ green 111 ◦ blue 124

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

Shades of Astral #326F7C

Tints of Astral #326F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 17.54%
G = 38.95%
B = 43.51%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#326F7C (or 0x326F7C) is known color: Astral. HEX triplet: 32, 6F and 7C. RGB value is (50,111,124). Sum of RGB (Red+Green+Blue) = 50+111+124=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #326F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F7C is #CD9083. Grayscale: #5E5E5E. Windows color (decimal): -13471876 or 8154930. OLE color: 8154930.

HSL color Cylindrical-coordinate representation of color #326F7C: hue angle of 190.54º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326F7C is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 111 124 -
CMYK 0.60 0.10 0 0.51
HSL 190.54º 0.43% 0.34% -
HSV(B) 190.54º 0.6% 0.49% -
XYZ 10.64 13.5 21.11 -
YUV 94.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 50 111 124 0.60 0.10 0 0.51 190.54 0.43 0.34
Hex 32 6F 7C 3C A 0 33 BF 2B 22
Octal 62 157 174 74 12 0 63 277 53 42
Binary 110010 1101111 1111100 111100 1010 0 110011 10111111 101011 100010

Color Harmonies of #326F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F7C

Black with #326F7C

Text Example


Text Example

White with #326F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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