#42379D

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

Shades of Blue Gem #42379D

Tints of Blue Gem #42379D

Color information

#42379D (or 0x42379D) is unknown color: approx Blue Gem. HEX triplet: 42, 37 and 9D. RGB value is (66,55,157). Sum of RGB (Red+Green+Blue) = 66+55+157=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #42379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42379D is #BDC862. Grayscale: #454545. Windows color (decimal): -12437603 or 10303298. OLE color: 10303298.

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

Color convert

RGB6655157-
CMYK0.580.6500.38
HSL246.47º48.11%41.57%-
HSV(B)246.47º64.97%61.57%-
XYZ9.76.3232.61-
YUV69.92177.14125.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 157 (61.72% from 255) = 56.47%
R=23.74%
G=19.78%
B=56.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66551570.580.6500.38246.4748.1141.57
Hex42379D3A41026f6302a
Octal10267235721010463666052
Binary1000010110111100111011110101000001010011011110110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42379D; }

 p { color: rgb(66,55,157); }

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

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

 a { background-color: rgb(66,55,157); }

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

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

 span { border-color: rgb(66,55,157); }

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