Html Css Color HEX #327394 Astral

📋 copy color: '#327394'

red 50 ◦ green 115 ◦ blue 148

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

Shades of Astral #327394

Tints of Astral #327394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 15.97%
G = 36.74%
B = 47.28%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327394 (or 0x327394) is known color: Astral. HEX triplet: 32, 73 and 94. RGB value is (50,115,148). Sum of RGB (Red+Green+Blue) = 50+115+148=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #327394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327394 is #CD8C6B. Grayscale: #636363. Windows color (decimal): -13470828 or 9728818. OLE color: 9728818.

HSL color Cylindrical-coordinate representation of color #327394: hue angle of 200.2º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327394 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 115 148 -
CMYK 0.66 0.22 0 0.42
HSL 200.2º 0.49% 0.39% -
HSV(B) 200.2º 0.66% 0.58% -
XYZ 12.79 15.08 30.25 -
YUV 99.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 50 115 148 0.66 0.22 0 0.42 200.2 0.49 0.39
Hex 32 73 94 42 16 0 2A C8 31 27
Octal 62 163 224 102 26 0 52 310 61 47
Binary 110010 1110011 10010100 1000010 10110 0 101010 11001000 110001 100111

Color Harmonies of #327394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327394

Black with #327394

Text Example


Text Example

White with #327394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327394; }

 p { color: rgb(50,115,148); }

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

background-color css

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

 a { background-color: rgb(50,115,148); }

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

border-color css

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

 span { border-color: rgb(50,115,148); }

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