Html Css Color HEX #327E8B Astral

📋 copy color: '#327E8B'

red 50 ◦ green 126 ◦ blue 139

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

Shades of Astral #327E8B

Tints of Astral #327E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 15.87%
G = 40%
B = 44.13%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#327E8B (or 0x327E8B) is known color: Astral. HEX triplet: 32, 7E and 8B. RGB value is (50,126,139). Sum of RGB (Red+Green+Blue) = 50+126+139=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #327E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E8B is #CD8174. Grayscale: #686868. Windows color (decimal): -13468021 or 9141810. OLE color: 9141810.

HSL color Cylindrical-coordinate representation of color #327E8B: hue angle of 188.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327E8B is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 126 139 -
CMYK 0.64 0.09 0 0.45
HSL 188.76º 0.47% 0.37% -
HSV(B) 188.76º 0.64% 0.55% -
XYZ 13.44 17.46 27.09 -
YUV 104.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 50 126 139 0.64 0.09 0 0.45 188.76 0.47 0.37
Hex 32 7E 8B 40 9 0 2D BD 2F 25
Octal 62 176 213 100 11 0 55 275 57 45
Binary 110010 1111110 10001011 1000000 1001 0 101101 10111101 101111 100101

Color Harmonies of #327E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E8B

Black with #327E8B

Text Example


Text Example

White with #327E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327E8B; }

 p { color: rgb(50,126,139); }

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

background-color css

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

 a { background-color: rgb(50,126,139); }

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

border-color css

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

 span { border-color: rgb(50,126,139); }

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