Html Css Color HEX #403295 Blue Gem

📋 copy color: '#403295'

red 64 ◦ green 50 ◦ blue 149

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

Shades of Blue Gem #403295

Tints of Blue Gem #403295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

 BLUE value IS 149 (58.59% from 255) = 56.65%

R = 24.33%
G = 19.01%
B = 56.65%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403295 (or 0x403295) is known color: Blue Gem. HEX triplet: 40, 32 and 95. RGB value is (64,50,149). Sum of RGB (Red+Green+Blue) = 64+50+149=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #403295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403295 is #BFCD6A. Grayscale: #414141. Windows color (decimal): -12569963 or 9777728. OLE color: 9777728.

HSL color Cylindrical-coordinate representation of color #403295: hue angle of 248.48º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403295 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 50 149 -
CMYK 0.57 0.66 0 0.42
HSL 248.48º 0.5% 0.39% -
HSV(B) 248.48º 0.66% 0.58% -
XYZ 8.68 5.54 29.05 -
YUV 65.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 64 50 149 0.57 0.66 0 0.42 248.48 0.5 0.39
Hex 40 32 95 39 42 0 2A F8 32 27
Octal 100 62 225 71 102 0 52 370 62 47
Binary 1000000 110010 10010101 111001 1000010 0 101010 11111000 110010 100111

Color Harmonies of #403295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403295

Black with #403295

Text Example


Text Example

White with #403295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403295; }

 p { color: rgb(64,50,149); }

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

background-color css

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

 a { background-color: rgb(64,50,149); }

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

border-color css

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

 span { border-color: rgb(64,50,149); }

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