Html Css Color HEX #403299 Blue Gem

📋 copy color: '#403299'

red 64 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #403299

Tints of Blue Gem #403299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 23.97%
G = 18.73%
B = 57.3%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#403299 (or 0x403299) is known color: Blue Gem. HEX triplet: 40, 32 and 99. RGB value is (64,50,153). Sum of RGB (Red+Green+Blue) = 64+50+153=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #403299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403299 is #BFCD66. Grayscale: #414141. Windows color (decimal): -12569959 or 10039872. OLE color: 10039872.

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

Color convert

RGB 64 50 153 -
CMYK 0.58 0.67 0 0.4
HSL 248.16º 0.51% 0.4% -
HSV(B) 248.16º 0.67% 0.6% -
XYZ 9 5.67 30.76 -
YUV 65.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 64 50 153 0.58 0.67 0 0.4 248.16 0.51 0.4
Hex 40 32 99 3A 43 0 28 F8 33 28
Octal 100 62 231 72 103 0 50 370 63 50
Binary 1000000 110010 10011001 111010 1000011 0 101000 11111000 110011 101000

Color Harmonies of #403299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403299

Black with #403299

Text Example


Text Example

White with #403299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403299; }

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

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

background-color css

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

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

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

border-color css

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

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

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