#42369B

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

Shades of Blue Gem #42369B

Tints of Blue Gem #42369B

Color information

#42369B (or 0x42369B) is unknown color: approx Blue Gem. HEX triplet: 42, 36 and 9B. RGB value is (66,54,155). Sum of RGB (Red+Green+Blue) = 66+54+155=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #42369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42369B is #BDC964. Grayscale: #444444. Windows color (decimal): -12437861 or 10171970. OLE color: 10171970.

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

Color convert

RGB6654155-
CMYK0.570.6500.39
HSL247.13º48.33%40.98%-
HSV(B)247.13º65.16%60.78%-
XYZ9.486.1631.7-
YUV69.1176.48125.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=24%
G=19.64%
B=56.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66541550.570.6500.39247.1348.3340.98
Hex42369B3941027f73029
Octal10266233711010473676051
Binary1000010110110100110111110011000001010011111110111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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