Html Css Color HEX #40259B Blue Gem

📋 copy color: '#40259B'

red 64 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #40259B

Tints of Blue Gem #40259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 25%
G = 14.45%
B = 60.55%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40259B (or 0x40259B) is known color: Blue Gem. HEX triplet: 40, 25 and 9B. RGB value is (64,37,155). Sum of RGB (Red+Green+Blue) = 64+37+155=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #40259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40259B is #BFDA64. Grayscale: #3A3A3A. Windows color (decimal): -12573285 or 10167616. OLE color: 10167616.

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

Color convert

RGB 64 37 155 -
CMYK 0.59 0.76 0 0.39
HSL 253.73º 0.61% 0.38% -
HSV(B) 253.73º 0.76% 0.61% -
XYZ 8.69 4.78 31.47 -
YUV 58.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 64 37 155 0.59 0.76 0 0.39 253.73 0.61 0.38
Hex 40 25 9B 3B 4C 0 27 FE 3D 26
Octal 100 45 233 73 114 0 47 376 75 46
Binary 1000000 100101 10011011 111011 1001100 0 100111 11111110 111101 100110

Color Harmonies of #40259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40259B

Black with #40259B

Text Example


Text Example

White with #40259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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