Html Css Color HEX #32677F Astral

📋 copy color: '#32677F'

red 50 ◦ green 103 ◦ blue 127

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

Shades of Astral #32677F

Tints of Astral #32677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

 BLUE value IS 127 (50% from 255) = 45.36%

R = 17.86%
G = 36.79%
B = 45.36%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32677F (or 0x32677F) is known color: Astral. HEX triplet: 32, 67 and 7F. RGB value is (50,103,127). Sum of RGB (Red+Green+Blue) = 50+103+127=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #32677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32677F is #CD9880. Grayscale: #595959. Windows color (decimal): -13473921 or 8349490. OLE color: 8349490.

HSL color Cylindrical-coordinate representation of color #32677F: hue angle of 198.7º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32677F is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 103 127 -
CMYK 0.61 0.19 0 0.50
HSL 198.7º 0.44% 0.35% -
HSV(B) 198.7º 0.61% 0.5% -
XYZ 10 11.91 21.85 -
YUV 89.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 50 103 127 0.61 0.19 0 0.50 198.7 0.44 0.35
Hex 32 67 7F 3D 13 0 32 C7 2C 23
Octal 62 147 177 75 23 0 62 307 54 43
Binary 110010 1100111 1111111 111101 10011 0 110010 11000111 101100 100011

Color Harmonies of #32677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32677F

Black with #32677F

Text Example


Text Example

White with #32677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32677F; }

 p { color: rgb(50,103,127); }

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

background-color css

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

 a { background-color: rgb(50,103,127); }

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

border-color css

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

 span { border-color: rgb(50,103,127); }

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