Html Css Color HEX #40289D Blue Gem

📋 copy color: '#40289D'

red 64 ◦ green 40 ◦ blue 157

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

Shades of Blue Gem #40289D

Tints of Blue Gem #40289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

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

R = 24.52%
G = 15.33%
B = 60.15%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40289D (or 0x40289D) is known color: Blue Gem. HEX triplet: 40, 28 and 9D. RGB value is (64,40,157). Sum of RGB (Red+Green+Blue) = 64+40+157=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #40289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40289D is #BFD762. Grayscale: #3C3C3C. Windows color (decimal): -12572515 or 10299456. OLE color: 10299456.

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

Color convert

RGB 64 40 157 -
CMYK 0.59 0.75 0 0.38
HSL 252.31º 0.59% 0.39% -
HSV(B) 252.31º 0.75% 0.62% -
XYZ 8.96 5.04 32.4 -
YUV 60.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 64 40 157 0.59 0.75 0 0.38 252.31 0.59 0.39
Hex 40 28 9D 3B 4B 0 26 FC 3B 27
Octal 100 50 235 73 113 0 46 374 73 47
Binary 1000000 101000 10011101 111011 1001011 0 100110 11111100 111011 100111

Color Harmonies of #40289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40289D

Black with #40289D

Text Example


Text Example

White with #40289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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