Html Css Color HEX #40349B Blue Gem

📋 copy color: '#40349B'

red 64 ◦ green 52 ◦ blue 155

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

Shades of Blue Gem #40349B

Tints of Blue Gem #40349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 23.62%
G = 19.19%
B = 57.2%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40349B (or 0x40349B) is known color: Blue Gem. HEX triplet: 40, 34 and 9B. RGB value is (64,52,155). Sum of RGB (Red+Green+Blue) = 64+52+155=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #40349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40349B is #BFCB64. Grayscale: #424242. Windows color (decimal): -12569445 or 10171456. OLE color: 10171456.

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

Color convert

RGB 64 52 155 -
CMYK 0.59 0.66 0 0.39
HSL 246.99º 0.5% 0.41% -
HSV(B) 246.99º 0.66% 0.61% -
XYZ 9.26 5.91 31.66 -
YUV 67.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 64 52 155 0.59 0.66 0 0.39 246.99 0.5 0.41
Hex 40 34 9B 3B 42 0 27 F7 32 29
Octal 100 64 233 73 102 0 47 367 62 51
Binary 1000000 110100 10011011 111011 1000010 0 100111 11110111 110010 101001

Color Harmonies of #40349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40349B

Black with #40349B

Text Example


Text Example

White with #40349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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