Html Css Color HEX #42389E Blue Gem

📋 copy color: '#42389E'

red 66 ◦ green 56 ◦ blue 158

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

Shades of Blue Gem #42389E

Tints of Blue Gem #42389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

 BLUE value IS 158 (62.11% from 255) = 56.43%

R = 23.57%
G = 20%
B = 56.43%

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

#42389E (or 0x42389E) is known color: Blue Gem. HEX triplet: 42, 38 and 9E. RGB value is (66,56,158). Sum of RGB (Red+Green+Blue) = 66+56+158=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #42389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42389E is #BDC761. Grayscale: #464646. Windows color (decimal): -12437346 or 10369090. OLE color: 10369090.

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

Color convert

RGB 66 56 158 -
CMYK 0.58 0.65 0 0.38
HSL 245.88º 0.48% 0.42% -
HSV(B) 245.88º 0.65% 0.62% -
XYZ 9.83 6.46 33.08 -
YUV 70.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 66 56 158 0.58 0.65 0 0.38 245.88 0.48 0.42
Hex 42 38 9E 3A 41 0 26 F6 30 2A
Octal 102 70 236 72 101 0 46 366 60 52
Binary 1000010 111000 10011110 111010 1000001 0 100110 11110110 110000 101010

Color Harmonies of #42389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42389E

Black with #42389E

Text Example


Text Example

White with #42389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42389E; }

 p { color: rgb(66,56,158); }

 H1.HeaderClassName
 {
   color: #42389E;
 }
 .AnyTagClassName
 {
   color: #42389E;
 }
</style>

background-color css

<style>
 a { background-color: #42389E; }

 a { background-color: rgb(66,56,158); }

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

border-color css

<style>
 span { border-color: #42389E; }

 span { border-color: rgb(66,56,158); }

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