Html Css Color HEX #326A7F Astral

📋 copy color: '#326A7F'

red 50 ◦ green 106 ◦ blue 127

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

Shades of Astral #326A7F

Tints of Astral #326A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.88%

R = 17.67%
G = 37.46%
B = 44.88%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326A7F (or 0x326A7F) is known color: Astral. HEX triplet: 32, 6A and 7F. RGB value is (50,106,127). Sum of RGB (Red+Green+Blue) = 50+106+127=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #326A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A7F is #CD9580. Grayscale: #5B5B5B. Windows color (decimal): -13473153 or 8350258. OLE color: 8350258.

HSL color Cylindrical-coordinate representation of color #326A7F: hue angle of 196.36º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326A7F is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 106 127 -
CMYK 0.61 0.17 0 0.50
HSL 196.36º 0.44% 0.35% -
HSV(B) 196.36º 0.61% 0.5% -
XYZ 10.3 12.52 21.95 -
YUV 91.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 50 106 127 0.61 0.17 0 0.50 196.36 0.44 0.35
Hex 32 6A 7F 3D 11 0 32 C4 2C 23
Octal 62 152 177 75 21 0 62 304 54 43
Binary 110010 1101010 1111111 111101 10001 0 110010 11000100 101100 100011

Color Harmonies of #326A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A7F

Black with #326A7F

Text Example


Text Example

White with #326A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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