Html Css Color HEX #40249D Blue Gem

📋 copy color: '#40249D'

red 64 ◦ green 36 ◦ blue 157

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

Shades of Blue Gem #40249D

Tints of Blue Gem #40249D

RGB

 RED value IS 64 (25.39% from 255) = 24.9%

 GREEN value IS 36 (14.45% from 255) = 14.01%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 24.9%
G = 14.01%
B = 61.09%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40249D (or 0x40249D) is known color: Blue Gem. HEX triplet: 40, 24 and 9D. RGB value is (64,36,157). Sum of RGB (Red+Green+Blue) = 64+36+157=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #40249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40249D is #BFDB62. Grayscale: #393939. Windows color (decimal): -12573539 or 10298432. OLE color: 10298432.

HSL color Cylindrical-coordinate representation of color #40249D: hue angle of 253.88º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40249D is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 36 157 -
CMYK 0.59 0.77 0 0.38
HSL 253.88º 0.63% 0.38% -
HSV(B) 253.88º 0.77% 0.62% -
XYZ 8.83 4.79 32.36 -
YUV 58.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 64 36 157 0.59 0.77 0 0.38 253.88 0.63 0.38
Hex 40 24 9D 3B 4D 0 26 FE 3F 26
Octal 100 44 235 73 115 0 46 376 77 46
Binary 1000000 100100 10011101 111011 1001101 0 100110 11111110 111111 100110

Color Harmonies of #40249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40249D

Black with #40249D

Text Example


Text Example

White with #40249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40249D; }

 p { color: rgb(64,36,157); }

 H1.HeaderClassName
 {
   color: #40249D;
 }
 .AnyTagClassName
 {
   color: #40249D;
 }
</style>

background-color css

<style>
 a { background-color: #40249D; }

 a { background-color: rgb(64,36,157); }

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

border-color css

<style>
 span { border-color: #40249D; }

 span { border-color: rgb(64,36,157); }

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