Html Css Color HEX #326A7D Astral

📋 copy color: '#326A7D'

red 50 ◦ green 106 ◦ blue 125

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

Shades of Astral #326A7D

Tints of Astral #326A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.72%

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 17.79%
G = 37.72%
B = 44.48%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#326A7D (or 0x326A7D) is known color: Astral. HEX triplet: 32, 6A and 7D. RGB value is (50,106,125). Sum of RGB (Red+Green+Blue) = 50+106+125=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #326A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A7D is #CD9582. Grayscale: #5B5B5B. Windows color (decimal): -13473155 or 8219186. OLE color: 8219186.

HSL color Cylindrical-coordinate representation of color #326A7D: hue angle of 195.2º 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 #326A7D is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 106 125 -
CMYK 0.60 0.15 0 0.51
HSL 195.2º 0.43% 0.34% -
HSV(B) 195.2º 0.6% 0.49% -
XYZ 10.17 12.47 21.27 -
YUV 91.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 50 106 125 0.60 0.15 0 0.51 195.2 0.43 0.34
Hex 32 6A 7D 3C F 0 33 C3 2B 22
Octal 62 152 175 74 17 0 63 303 53 42
Binary 110010 1101010 1111101 111100 1111 0 110011 11000011 101011 100010

Color Harmonies of #326A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A7D

Black with #326A7D

Text Example


Text Example

White with #326A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,106,125); }

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

background-color css

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

 a { background-color: rgb(50,106,125); }

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

border-color css

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

 span { border-color: rgb(50,106,125); }

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