Html Css Color HEX #40349C Blue Gem

📋 copy color: '#40349C'

red 64 ◦ green 52 ◦ blue 156

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

Shades of Blue Gem #40349C

Tints of Blue Gem #40349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 23.53%
G = 19.12%
B = 57.35%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40349C (or 0x40349C) is known color: Blue Gem. HEX triplet: 40, 34 and 9C. RGB value is (64,52,156). Sum of RGB (Red+Green+Blue) = 64+52+156=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #40349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40349C is #BFCB63. Grayscale: #434343. Windows color (decimal): -12569444 or 10236992. OLE color: 10236992.

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

Color convert

RGB 64 52 156 -
CMYK 0.59 0.67 0 0.39
HSL 246.92º 0.5% 0.41% -
HSV(B) 246.92º 0.67% 0.61% -
XYZ 9.34 5.95 32.11 -
YUV 67.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 64 52 156 0.59 0.67 0 0.39 246.92 0.5 0.41
Hex 40 34 9C 3B 43 0 27 F7 32 29
Octal 100 64 234 73 103 0 47 367 62 51
Binary 1000000 110100 10011100 111011 1000011 0 100111 11110111 110010 101001

Color Harmonies of #40349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40349C

Black with #40349C

Text Example


Text Example

White with #40349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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