Html Css Color HEX #403098 Blue Gem

📋 copy color: '#403098'

red 64 ◦ green 48 ◦ blue 152

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

Shades of Blue Gem #403098

Tints of Blue Gem #403098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 24.24%
G = 18.18%
B = 57.58%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403098 (or 0x403098) is known color: Blue Gem. HEX triplet: 40, 30 and 98. RGB value is (64,48,152). Sum of RGB (Red+Green+Blue) = 64+48+152=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #403098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403098 is #BFCF67. Grayscale: #404040. Windows color (decimal): -12570472 or 9973824. OLE color: 9973824.

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

Color convert

RGB 64 48 152 -
CMYK 0.58 0.68 0 0.40
HSL 249.23º 0.52% 0.39% -
HSV(B) 249.23º 0.68% 0.6% -
XYZ 8.84 5.47 30.3 -
YUV 64.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 64 48 152 0.58 0.68 0 0.40 249.23 0.52 0.39
Hex 40 30 98 3A 44 0 28 F9 34 27
Octal 100 60 230 72 104 0 50 371 64 47
Binary 1000000 110000 10011000 111010 1000100 0 101000 11111001 110100 100111

Color Harmonies of #403098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403098

Black with #403098

Text Example


Text Example

White with #403098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403098; }

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

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

background-color css

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

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

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

border-color css

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

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

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