Html Css Color HEX #40229B Blue Gem

📋 copy color: '#40229B'

red 64 ◦ green 34 ◦ blue 155

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

Shades of Blue Gem #40229B

Tints of Blue Gem #40229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.44%

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 25.3%
G = 13.44%
B = 61.26%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40229B (or 0x40229B) is known color: Blue Gem. HEX triplet: 40, 22 and 9B. RGB value is (64,34,155). Sum of RGB (Red+Green+Blue) = 64+34+155=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #40229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40229B is #BFDD64. Grayscale: #383838. Windows color (decimal): -12574053 or 10166848. OLE color: 10166848.

HSL color Cylindrical-coordinate representation of color #40229B: hue angle of 254.88º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40229B is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 34 155 -
CMYK 0.59 0.78 0 0.39
HSL 254.88º 0.64% 0.37% -
HSV(B) 254.88º 0.78% 0.61% -
XYZ 8.6 4.6 31.44 -
YUV 56.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 64 34 155 0.59 0.78 0 0.39 254.88 0.64 0.37
Hex 40 22 9B 3B 4E 0 27 FF 40 25
Octal 100 42 233 73 116 0 47 377 100 45
Binary 1000000 100010 10011011 111011 1001110 0 100111 11111111 1000000 100101

Color Harmonies of #40229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40229B

Black with #40229B

Text Example


Text Example

White with #40229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,34,155); }

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

background-color css

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

 a { background-color: rgb(64,34,155); }

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

border-color css

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

 span { border-color: rgb(64,34,155); }

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