Html Css Color HEX #403398 Blue Gem

📋 copy color: '#403398'

red 64 ◦ green 51 ◦ blue 152

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

Shades of Blue Gem #403398

Tints of Blue Gem #403398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 23.97%
G = 19.1%
B = 56.93%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403398 (or 0x403398) is known color: Blue Gem. HEX triplet: 40, 33 and 98. RGB value is (64,51,152). Sum of RGB (Red+Green+Blue) = 64+51+152=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #403398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403398 is #BFCC67. Grayscale: #424242. Windows color (decimal): -12569704 or 9974592. OLE color: 9974592.

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

Color convert

RGB 64 51 152 -
CMYK 0.58 0.66 0 0.40
HSL 247.72º 0.5% 0.4% -
HSV(B) 247.72º 0.66% 0.6% -
XYZ 8.97 5.72 30.34 -
YUV 66.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 64 51 152 0.58 0.66 0 0.40 247.72 0.5 0.4
Hex 40 33 98 3A 42 0 28 F8 32 28
Octal 100 63 230 72 102 0 50 370 62 50
Binary 1000000 110011 10011000 111010 1000010 0 101000 11111000 110010 101000

Color Harmonies of #403398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403398

Black with #403398

Text Example


Text Example

White with #403398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403398; }

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

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

background-color css

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

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

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

border-color css

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

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

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