Html Css Color HEX #32668E Astral

📋 copy color: '#32668E'

red 50 ◦ green 102 ◦ blue 142

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

Shades of Astral #32668E

Tints of Astral #32668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 17.01%
G = 34.69%
B = 48.3%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32668E (or 0x32668E) is known color: Astral. HEX triplet: 32, 66 and 8E. RGB value is (50,102,142). Sum of RGB (Red+Green+Blue) = 50+102+142=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #32668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668E is #CD9971. Grayscale: #5A5A5A. Windows color (decimal): -13474162 or 9332274. OLE color: 9332274.

HSL color Cylindrical-coordinate representation of color #32668E: hue angle of 206.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32668E is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 102 142 -
CMYK 0.65 0.28 0 0.44
HSL 206.09º 0.48% 0.38% -
HSV(B) 206.09º 0.65% 0.56% -
XYZ 10.95 12.13 27.36 -
YUV 91.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 50 102 142 0.65 0.28 0 0.44 206.09 0.48 0.38
Hex 32 66 8E 41 1C 0 2C CE 30 26
Octal 62 146 216 101 34 0 54 316 60 46
Binary 110010 1100110 10001110 1000001 11100 0 101100 11001110 110000 100110

Color Harmonies of #32668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32668E

Black with #32668E

Text Example


Text Example

White with #32668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32668E; }

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

 H1.HeaderClassName
 {
   color: #32668E;
 }
 .AnyTagClassName
 {
   color: #32668E;
 }
</style>

background-color css

<style>
 a { background-color: #32668E; }

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

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

border-color css

<style>
 span { border-color: #32668E; }

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

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