Html Css Color HEX #32667F Astral

📋 copy color: '#32667F'

red 50 ◦ green 102 ◦ blue 127

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

Shades of Astral #32667F

Tints of Astral #32667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 17.92%
G = 36.56%
B = 45.52%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32667F (or 0x32667F) is known color: Astral. HEX triplet: 32, 66 and 7F. RGB value is (50,102,127). Sum of RGB (Red+Green+Blue) = 50+102+127=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #32667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32667F is #CD9980. Grayscale: #595959. Windows color (decimal): -13474177 or 8349234. OLE color: 8349234.

HSL color Cylindrical-coordinate representation of color #32667F: hue angle of 199.48º 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 #32667F is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 102 127 -
CMYK 0.61 0.20 0 0.50
HSL 199.48º 0.44% 0.35% -
HSV(B) 199.48º 0.61% 0.5% -
XYZ 9.9 11.71 21.82 -
YUV 89.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 50 102 127 0.61 0.20 0 0.50 199.48 0.44 0.35
Hex 32 66 7F 3D 14 0 32 C7 2C 23
Octal 62 146 177 75 24 0 62 307 54 43
Binary 110010 1100110 1111111 111101 10100 0 110010 11000111 101100 100011

Color Harmonies of #32667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32667F

Black with #32667F

Text Example


Text Example

White with #32667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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