#402398

Color #402398 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #402398

Tints of Blue Gem #402398

Color information

#402398 (or 0x402398) is unknown color: approx Blue Gem. HEX triplet: 40, 23 and 98. RGB value is (64,35,152). Sum of RGB (Red+Green+Blue) = 64+35+152=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #402398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402398 is #BFDC67. Grayscale: #383838. Windows color (decimal): -12573800 or 9970496. OLE color: 9970496.

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

Color convert

RGB6435152-
CMYK0.580.7700.40
HSL254.87º62.57%36.67%-
HSV(B)254.87º76.97%59.61%-
XYZ8.384.5630.14-
YUV57.01181.61132.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=25.50%
G=13.94%
B=60.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64351520.580.7700.40254.8762.5736.67
Hex4023983A4D028ff3f25
Octal10043230721150503777745
Binary1000000100011100110001110101001101010100011111111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402398; }

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

 H1.HeaderClassName
 {
   color: #402398;
 }
 .AnyTagClassName
 {
   color: #402398;
 }
</style>
background-color css

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

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

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

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

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

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