Html Css Color HEX #42379C Blue Gem

📋 copy color: '#42379C'

red 66 ◦ green 55 ◦ blue 156

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

Shades of Blue Gem #42379C

Tints of Blue Gem #42379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 23.83%
G = 19.86%
B = 56.32%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42379C (or 0x42379C) is known color: Blue Gem. HEX triplet: 42, 37 and 9C. RGB value is (66,55,156). Sum of RGB (Red+Green+Blue) = 66+55+156=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #42379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42379C is #BDC863. Grayscale: #454545. Windows color (decimal): -12437604 or 10237762. OLE color: 10237762.

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

Color convert

RGB 66 55 156 -
CMYK 0.58 0.65 0 0.39
HSL 246.53º 0.48% 0.41% -
HSV(B) 246.53º 0.65% 0.61% -
XYZ 9.61 6.29 32.16 -
YUV 69.8 176.64 125.29 -
System Red Green Blue C M Y K H S L
Decimal 66 55 156 0.58 0.65 0 0.39 246.53 0.48 0.41
Hex 42 37 9C 3A 41 0 27 F7 30 29
Octal 102 67 234 72 101 0 47 367 60 51
Binary 1000010 110111 10011100 111010 1000001 0 100111 11110111 110000 101001

Color Harmonies of #42379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42379C

Black with #42379C

Text Example


Text Example

White with #42379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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