#402298

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

Shades of Blue Gem #402298

Tints of Blue Gem #402298

Color information

#402298 (or 0x402298) is unknown color: approx Blue Gem. HEX triplet: 40, 22 and 98. RGB value is (64,34,152). Sum of RGB (Red+Green+Blue) = 64+34+152=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #402298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402298 is #BFDD67. Grayscale: #373737. Windows color (decimal): -12574056 or 9970240. OLE color: 9970240.

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

Color convert

RGB6434152-
CMYK0.580.7800.40
HSL255.25º63.44%36.47%-
HSV(B)255.25º77.63%59.61%-
XYZ8.354.530.13-
YUV56.42181.94133.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=25.6%
G=13.6%
B=60.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64341520.580.7800.40255.2563.4436.47
Hex4022983A4E028ff3f24
Octal10042230721160503777744
Binary1000000100010100110001110101001110010100011111111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402298; }

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

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

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

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

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

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

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

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