Html Css Color HEX #42379B Blue Gem

📋 copy color: '#42379B'

red 66 ◦ green 55 ◦ blue 155

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

Shades of Blue Gem #42379B

Tints of Blue Gem #42379B

RGB

 RED value IS 66 (26.17% from 255) = 23.91%

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 23.91%
G = 19.93%
B = 56.16%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42379B (or 0x42379B) is known color: Blue Gem. HEX triplet: 42, 37 and 9B. RGB value is (66,55,155). Sum of RGB (Red+Green+Blue) = 66+55+155=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #42379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42379B is #BDC864. Grayscale: #454545. Windows color (decimal): -12437605 or 10172226. OLE color: 10172226.

HSL color Cylindrical-coordinate representation of color #42379B: hue angle of 246.6º 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 #42379B is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 55 155 -
CMYK 0.57 0.65 0 0.39
HSL 246.6º 0.48% 0.41% -
HSV(B) 246.6º 0.65% 0.61% -
XYZ 9.53 6.26 31.72 -
YUV 69.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 66 55 155 0.57 0.65 0 0.39 246.6 0.48 0.41
Hex 42 37 9B 39 41 0 27 F7 30 29
Octal 102 67 233 71 101 0 47 367 60 51
Binary 1000010 110111 10011011 111001 1000001 0 100111 11110111 110000 101001

Color Harmonies of #42379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42379B

Black with #42379B

Text Example


Text Example

White with #42379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42379B;
 }
 .AnyTagClassName
 {
   color: #42379B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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