Html Css Color HEX #327B8B Astral

📋 copy color: '#327B8B'

red 50 ◦ green 123 ◦ blue 139

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

Shades of Astral #327B8B

Tints of Astral #327B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.42%

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

R = 16.03%
G = 39.42%
B = 44.55%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#327B8B (or 0x327B8B) is known color: Astral. HEX triplet: 32, 7B and 8B. RGB value is (50,123,139). Sum of RGB (Red+Green+Blue) = 50+123+139=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #327B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B8B is #CD8474. Grayscale: #666666. Windows color (decimal): -13468789 or 9141042. OLE color: 9141042.

HSL color Cylindrical-coordinate representation of color #327B8B: hue angle of 190.79º 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 #327B8B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 123 139 -
CMYK 0.64 0.12 0 0.45
HSL 190.79º 0.47% 0.37% -
HSV(B) 190.79º 0.64% 0.55% -
XYZ 13.06 16.71 26.96 -
YUV 103 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 50 123 139 0.64 0.12 0 0.45 190.79 0.47 0.37
Hex 32 7B 8B 40 C 0 2D BF 2F 25
Octal 62 173 213 100 14 0 55 277 57 45
Binary 110010 1111011 10001011 1000000 1100 0 101101 10111111 101111 100101

Color Harmonies of #327B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B8B

Black with #327B8B

Text Example


Text Example

White with #327B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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