Html Css Color HEX #40359E Blue Gem

📋 copy color: '#40359E'

red 64 ◦ green 53 ◦ blue 158

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

Shades of Blue Gem #40359E

Tints of Blue Gem #40359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 23.27%
G = 19.27%
B = 57.45%

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

#40359E (or 0x40359E) is known color: Blue Gem. HEX triplet: 40, 35 and 9E. RGB value is (64,53,158). Sum of RGB (Red+Green+Blue) = 64+53+158=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #40359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40359E is #BFCA61. Grayscale: #434343. Windows color (decimal): -12569186 or 10368320. OLE color: 10368320.

HSL color Cylindrical-coordinate representation of color #40359E: hue angle of 246.29º degrees, saturation: 0.5, 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 #40359E is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 53 158 -
CMYK 0.59 0.66 0 0.38
HSL 246.29º 0.5% 0.41% -
HSV(B) 246.29º 0.66% 0.62% -
XYZ 9.56 6.1 33.02 -
YUV 68.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 64 53 158 0.59 0.66 0 0.38 246.29 0.5 0.41
Hex 40 35 9E 3B 42 0 26 F6 32 29
Octal 100 65 236 73 102 0 46 366 62 51
Binary 1000000 110101 10011110 111011 1000010 0 100110 11110110 110010 101001

Color Harmonies of #40359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40359E

Black with #40359E

Text Example


Text Example

White with #40359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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