#42359B

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

Shades of Blue Gem #42359B

Tints of Blue Gem #42359B

Color information

#42359B (or 0x42359B) is unknown color: approx Blue Gem. HEX triplet: 42, 35 and 9B. RGB value is (66,53,155). Sum of RGB (Red+Green+Blue) = 66+53+155=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #42359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42359B is #BDCA64. Grayscale: #444444. Windows color (decimal): -12438117 or 10171714. OLE color: 10171714.

HSL color Cylindrical-coordinate representation of color #42359B: hue angle of 247.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42359B is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6653155-
CMYK0.570.6600.39
HSL247.65º49.04%40.78%-
HSV(B)247.65º65.81%60.78%-
XYZ9.446.0731.68-
YUV68.52176.81126.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=24.09%
G=19.34%
B=56.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66531550.570.6600.39247.6549.0440.78
Hex42359B3942027f83129
Octal10265233711020473706151
Binary1000010110101100110111110011000010010011111111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42359B; }

 p { color: rgb(66,53,155); }

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

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

 a { background-color: rgb(66,53,155); }

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

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

 span { border-color: rgb(66,53,155); }

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