Html Css Color HEX #32658B Astral

📋 copy color: '#32658B'

red 50 ◦ green 101 ◦ blue 139

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

Shades of Astral #32658B

Tints of Astral #32658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 17.24%
G = 34.83%
B = 47.93%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32658B (or 0x32658B) is known color: Astral. HEX triplet: 32, 65 and 8B. RGB value is (50,101,139). Sum of RGB (Red+Green+Blue) = 50+101+139=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #32658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32658B is #CD9A74. Grayscale: #595959. Windows color (decimal): -13474421 or 9135410. OLE color: 9135410.

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

Color convert

RGB 50 101 139 -
CMYK 0.64 0.27 0 0.45
HSL 205.62º 0.47% 0.37% -
HSV(B) 205.62º 0.64% 0.55% -
XYZ 10.63 11.85 26.15 -
YUV 90.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 50 101 139 0.64 0.27 0 0.45 205.62 0.47 0.37
Hex 32 65 8B 40 1B 0 2D CE 2F 25
Octal 62 145 213 100 33 0 55 316 57 45
Binary 110010 1100101 10001011 1000000 11011 0 101101 11001110 101111 100101

Color Harmonies of #32658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32658B

Black with #32658B

Text Example


Text Example

White with #32658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32658B; }

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

 H1.HeaderClassName
 {
   color: #32658B;
 }
 .AnyTagClassName
 {
   color: #32658B;
 }
</style>

background-color css

<style>
 a { background-color: #32658B; }

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

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

border-color css

<style>
 span { border-color: #32658B; }

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

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