Html Css Color HEX #40369D Blue Gem

📋 copy color: '#40369D'

red 64 ◦ green 54 ◦ blue 157

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

Shades of Blue Gem #40369D

Tints of Blue Gem #40369D

RGB

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

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

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

R = 23.27%
G = 19.64%
B = 57.09%

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

#40369D (or 0x40369D) is known color: Blue Gem. HEX triplet: 40, 36 and 9D. RGB value is (64,54,157). Sum of RGB (Red+Green+Blue) = 64+54+157=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #40369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40369D is #BFC962. Grayscale: #444444. Windows color (decimal): -12568931 or 10303040. OLE color: 10303040.

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

Color convert

RGB 64 54 157 -
CMYK 0.59 0.66 0 0.38
HSL 245.83º 0.49% 0.41% -
HSV(B) 245.83º 0.66% 0.62% -
XYZ 9.52 6.16 32.59 -
YUV 68.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 64 54 157 0.59 0.66 0 0.38 245.83 0.49 0.41
Hex 40 36 9D 3B 42 0 26 F6 31 29
Octal 100 66 235 73 102 0 46 366 61 51
Binary 1000000 110110 10011101 111011 1000010 0 100110 11110110 110001 101001

Color Harmonies of #40369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40369D

Black with #40369D

Text Example


Text Example

White with #40369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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