Html Css Color HEX #327085 Astral

📋 copy color: '#327085'

red 50 ◦ green 112 ◦ blue 133

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

Shades of Astral #327085

Tints of Astral #327085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 16.95%
G = 37.97%
B = 45.08%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#327085 (or 0x327085) is known color: Astral. HEX triplet: 32, 70 and 85. RGB value is (50,112,133). Sum of RGB (Red+Green+Blue) = 50+112+133=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #327085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327085 is #CD8F7A. Grayscale: #5F5F5F. Windows color (decimal): -13471611 or 8745010. OLE color: 8745010.

HSL color Cylindrical-coordinate representation of color #327085: hue angle of 195.18º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327085 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 112 133 -
CMYK 0.62 0.16 0 0.48
HSL 195.18º 0.45% 0.36% -
HSV(B) 195.18º 0.62% 0.52% -
XYZ 11.34 13.96 24.29 -
YUV 95.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 50 112 133 0.62 0.16 0 0.48 195.18 0.45 0.36
Hex 32 70 85 3E 10 0 30 C3 2D 24
Octal 62 160 205 76 20 0 60 303 55 44
Binary 110010 1110000 10000101 111110 10000 0 110000 11000011 101101 100100

Color Harmonies of #327085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327085

Black with #327085

Text Example


Text Example

White with #327085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327085; }

 p { color: rgb(50,112,133); }

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

background-color css

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

 a { background-color: rgb(50,112,133); }

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

border-color css

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

 span { border-color: rgb(50,112,133); }

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