Html Css Color HEX #42379D Blue Gem

📋 copy color: '#42379D'

red 66 ◦ green 55 ◦ blue 157

#42379D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #42379D

Tints of Blue Gem #42379D

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 value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42379D (or 0x42379D) is known color: 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

RGB 66 55 157 -
CMYK 0.58 0.65 0 0.38
HSL 246.47º 0.48% 0.42% -
HSV(B) 246.47º 0.65% 0.62% -
XYZ 9.7 6.32 32.61 -
YUV 69.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 66 55 157 0.58 0.65 0 0.38 246.47 0.48 0.42
Hex 42 37 9D 3A 41 0 26 F6 30 2A
Octal 102 67 235 72 101 0 46 366 60 52
Binary 1000010 110111 10011101 111010 1000001 0 100110 11110110 110000 101010

Color Harmonies of #42379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42379D

Black with #42379D

Text Example


Text Example

White with #42379D

Text Example


Text Example

HTML Codes & Css Web 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>