#423098

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

Shades of Blue Gem #423098

Tints of Blue Gem #423098

Color information

#423098 (or 0x423098) is unknown color: approx Blue Gem. HEX triplet: 42, 30 and 98. RGB value is (66,48,152). Sum of RGB (Red+Green+Blue) = 66+48+152=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #423098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423098 is #BDCF67. Grayscale: #404040. Windows color (decimal): -12439400 or 9973826. OLE color: 9973826.

HSL color Cylindrical-coordinate representation of color #423098: hue angle of 250.38º 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 #423098 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6648152-
CMYK0.570.6800.40
HSL250.38º52%39.22%-
HSV(B)250.38º68.42%59.61%-
XYZ8.975.5430.3-
YUV65.24176.96128.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 152 (59.77% from 255) = 57.14%
R=24.81%
G=18.05%
B=57.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66481520.570.6800.40250.385239.22
Hex4230983944028fa3427
Octal10260230711040503726447
Binary1000010110000100110001110011000100010100011111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423098; }

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

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

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

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

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

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

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

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