Html Css Color HEX #40369B Blue Gem

📋 copy color: '#40369B'

red 64 ◦ green 54 ◦ blue 155

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

Shades of Blue Gem #40369B

Tints of Blue Gem #40369B

RGB

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

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

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

R = 23.44%
G = 19.78%
B = 56.78%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40369B (or 0x40369B) is known color: Blue Gem. HEX triplet: 40, 36 and 9B. RGB value is (64,54,155). Sum of RGB (Red+Green+Blue) = 64+54+155=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #40369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40369B is #BFC964. Grayscale: #444444. Windows color (decimal): -12568933 or 10171968. OLE color: 10171968.

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

Color convert

RGB 64 54 155 -
CMYK 0.59 0.65 0 0.39
HSL 245.94º 0.48% 0.41% -
HSV(B) 245.94º 0.65% 0.61% -
XYZ 9.35 6.09 31.69 -
YUV 68.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 64 54 155 0.59 0.65 0 0.39 245.94 0.48 0.41
Hex 40 36 9B 3B 41 0 27 F6 30 29
Octal 100 66 233 73 101 0 47 366 60 51
Binary 1000000 110110 10011011 111011 1000001 0 100111 11110110 110000 101001

Color Harmonies of #40369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40369B

Black with #40369B

Text Example


Text Example

White with #40369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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