Html Css Color HEX #40249A Blue Gem

📋 copy color: '#40249A'

red 64 ◦ green 36 ◦ blue 154

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

Shades of Blue Gem #40249A

Tints of Blue Gem #40249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.63%

R = 25.2%
G = 14.17%
B = 60.63%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40249A (or 0x40249A) is known color: Blue Gem. HEX triplet: 40, 24 and 9A. RGB value is (64,36,154). Sum of RGB (Red+Green+Blue) = 64+36+154=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #40249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40249A is #BFDB65. Grayscale: #393939. Windows color (decimal): -12573542 or 10101824. OLE color: 10101824.

HSL color Cylindrical-coordinate representation of color #40249A: hue angle of 254.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40249A is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 36 154 -
CMYK 0.58 0.77 0 0.40
HSL 254.24º 0.62% 0.37% -
HSV(B) 254.24º 0.77% 0.6% -
XYZ 8.58 4.68 31.02 -
YUV 57.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 64 36 154 0.58 0.77 0 0.40 254.24 0.62 0.37
Hex 40 24 9A 3A 4D 0 28 FE 3E 25
Octal 100 44 232 72 115 0 50 376 76 45
Binary 1000000 100100 10011010 111010 1001101 0 101000 11111110 111110 100101

Color Harmonies of #40249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40249A

Black with #40249A

Text Example


Text Example

White with #40249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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