Html Css Color HEX #40399F Blue Gem

📋 copy color: '#40399F'

red 64 ◦ green 57 ◦ blue 159

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

Shades of Blue Gem #40399F

Tints of Blue Gem #40399F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

 BLUE value IS 159 (62.5% from 255) = 56.79%

R = 22.86%
G = 20.36%
B = 56.79%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40399F (or 0x40399F) is known color: Blue Gem. HEX triplet: 40, 39 and 9F. RGB value is (64,57,159). Sum of RGB (Red+Green+Blue) = 64+57+159=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #40399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40399F is #BFC660. Grayscale: #464646. Windows color (decimal): -12568161 or 10434880. OLE color: 10434880.

HSL color Cylindrical-coordinate representation of color #40399F: hue angle of 244.12º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40399F is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 57 159 -
CMYK 0.60 0.64 0 0.38
HSL 244.12º 0.47% 0.42% -
HSV(B) 244.12º 0.64% 0.62% -
XYZ 9.84 6.52 33.54 -
YUV 70.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 64 57 159 0.60 0.64 0 0.38 244.12 0.47 0.42
Hex 40 39 9F 3C 40 0 26 F4 2F 2A
Octal 100 71 237 74 100 0 46 364 57 52
Binary 1000000 111001 10011111 111100 1000000 0 100110 11110100 101111 101010

Color Harmonies of #40399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40399F

Black with #40399F

Text Example


Text Example

White with #40399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40399F; }

 p { color: rgb(64,57,159); }

 H1.HeaderClassName
 {
   color: #40399F;
 }
 .AnyTagClassName
 {
   color: #40399F;
 }
</style>

background-color css

<style>
 a { background-color: #40399F; }

 a { background-color: rgb(64,57,159); }

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

border-color css

<style>
 span { border-color: #40399F; }

 span { border-color: rgb(64,57,159); }

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