#42369F

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

Shades of Blue Gem #42369F

Tints of Blue Gem #42369F

Color information

#42369F (or 0x42369F) is unknown color: approx Blue Gem. HEX triplet: 42, 36 and 9F. RGB value is (66,54,159). Sum of RGB (Red+Green+Blue) = 66+54+159=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #42369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42369F is #BDC960. Grayscale: #454545. Windows color (decimal): -12437857 or 10434114. OLE color: 10434114.

HSL color Cylindrical-coordinate representation of color #42369F: hue angle of 246.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42369F is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6654159-
CMYK0.580.6600.38
HSL246.86º49.3%41.76%-
HSV(B)246.86º66.04%62.35%-
XYZ9.826.333.5-
YUV69.56178.48125.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=23.66%
G=19.35%
B=56.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66541590.580.6600.38246.8649.341.76
Hex42369F3A42026f7312a
Octal10266237721020463676152
Binary1000010110110100111111110101000010010011011110111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42369F; }

 p { color: rgb(66,54,159); }

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

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

 a { background-color: rgb(66,54,159); }

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

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

 span { border-color: rgb(66,54,159); }

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