Html Css Color HEX #40369E Blue Gem

📋 copy color: '#40369E'

red 64 ◦ green 54 ◦ blue 158

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

Shades of Blue Gem #40369E

Tints of Blue Gem #40369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 23.19%
G = 19.57%
B = 57.25%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40369E (or 0x40369E) is known color: Blue Gem. HEX triplet: 40, 36 and 9E. RGB value is (64,54,158). Sum of RGB (Red+Green+Blue) = 64+54+158=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #40369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40369E is #BFC961. Grayscale: #444444. Windows color (decimal): -12568930 or 10368576. OLE color: 10368576.

HSL color Cylindrical-coordinate representation of color #40369E: hue angle of 245.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40369E is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 54 158 -
CMYK 0.59 0.66 0 0.38
HSL 245.77º 0.49% 0.42% -
HSV(B) 245.77º 0.66% 0.62% -
XYZ 9.61 6.2 33.04 -
YUV 68.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 64 54 158 0.59 0.66 0 0.38 245.77 0.49 0.42
Hex 40 36 9E 3B 42 0 26 F6 31 2A
Octal 100 66 236 73 102 0 46 366 61 52
Binary 1000000 110110 10011110 111011 1000010 0 100110 11110110 110001 101010

Color Harmonies of #40369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40369E

Black with #40369E

Text Example


Text Example

White with #40369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40369E; }

 p { color: rgb(64,54,158); }

 H1.HeaderClassName
 {
   color: #40369E;
 }
 .AnyTagClassName
 {
   color: #40369E;
 }
</style>

background-color css

<style>
 a { background-color: #40369E; }

 a { background-color: rgb(64,54,158); }

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

border-color css

<style>
 span { border-color: #40369E; }

 span { border-color: rgb(64,54,158); }

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