Html Css Color HEX #32668A Astral

📋 copy color: '#32668A'

red 50 ◦ green 102 ◦ blue 138

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

Shades of Astral #32668A

Tints of Astral #32668A

RGB

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

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

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

R = 17.24%
G = 35.17%
B = 47.59%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32668A (or 0x32668A) is known color: Astral. HEX triplet: 32, 66 and 8A. RGB value is (50,102,138). Sum of RGB (Red+Green+Blue) = 50+102+138=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #32668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668A is #CD9975. Grayscale: #5A5A5A. Windows color (decimal): -13474166 or 9070130. OLE color: 9070130.

HSL color Cylindrical-coordinate representation of color #32668A: hue angle of 204.55º 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 #32668A is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 102 138 -
CMYK 0.64 0.26 0 0.46
HSL 204.55º 0.47% 0.37% -
HSV(B) 204.55º 0.64% 0.54% -
XYZ 10.65 12.02 25.8 -
YUV 90.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 50 102 138 0.64 0.26 0 0.46 204.55 0.47 0.37
Hex 32 66 8A 40 1A 0 2E CD 2F 25
Octal 62 146 212 100 32 0 56 315 57 45
Binary 110010 1100110 10001010 1000000 11010 0 101110 11001101 101111 100101

Color Harmonies of #32668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32668A

Black with #32668A

Text Example


Text Example

White with #32668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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