Html Css Color HEX #327D8A Astral

📋 copy color: '#327D8A'

red 50 ◦ green 125 ◦ blue 138

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

Shades of Astral #327D8A

Tints of Astral #327D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 15.97%
G = 39.94%
B = 44.09%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327D8A (or 0x327D8A) is known color: Astral. HEX triplet: 32, 7D and 8A. RGB value is (50,125,138). Sum of RGB (Red+Green+Blue) = 50+125+138=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #327D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D8A is #CD8275. Grayscale: #676767. Windows color (decimal): -13468278 or 9076018. OLE color: 9076018.

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

Color convert

RGB 50 125 138 -
CMYK 0.64 0.09 0 0.46
HSL 188.86º 0.47% 0.37% -
HSV(B) 188.86º 0.64% 0.54% -
XYZ 13.24 17.18 26.66 -
YUV 104.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 50 125 138 0.64 0.09 0 0.46 188.86 0.47 0.37
Hex 32 7D 8A 40 9 0 2E BD 2F 25
Octal 62 175 212 100 11 0 56 275 57 45
Binary 110010 1111101 10001010 1000000 1001 0 101110 10111101 101111 100101

Color Harmonies of #327D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D8A

Black with #327D8A

Text Example


Text Example

White with #327D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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