Html Css Color HEX #40339F Blue Gem

📋 copy color: '#40339F'

red 64 ◦ green 51 ◦ blue 159

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

Shades of Blue Gem #40339F

Tints of Blue Gem #40339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 23.36%
G = 18.61%
B = 58.03%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40339F (or 0x40339F) is known color: Blue Gem. HEX triplet: 40, 33 and 9F. RGB value is (64,51,159). Sum of RGB (Red+Green+Blue) = 64+51+159=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #40339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40339F is #BFCC60. Grayscale: #424242. Windows color (decimal): -12569697 or 10433344. OLE color: 10433344.

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

Color convert

RGB 64 51 159 -
CMYK 0.60 0.68 0 0.38
HSL 247.22º 0.51% 0.41% -
HSV(B) 247.22º 0.68% 0.62% -
XYZ 9.56 5.96 33.45 -
YUV 67.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 64 51 159 0.60 0.68 0 0.38 247.22 0.51 0.41
Hex 40 33 9F 3C 44 0 26 F7 33 29
Octal 100 63 237 74 104 0 46 367 63 51
Binary 1000000 110011 10011111 111100 1000100 0 100110 11110111 110011 101001

Color Harmonies of #40339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40339F

Black with #40339F

Text Example


Text Example

White with #40339F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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