Html Css Color HEX #42389D Blue Gem

📋 copy color: '#42389D'

red 66 ◦ green 56 ◦ blue 157

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

Shades of Blue Gem #42389D

Tints of Blue Gem #42389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 23.66%
G = 20.07%
B = 56.27%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42389D (or 0x42389D) is known color: Blue Gem. HEX triplet: 42, 38 and 9D. RGB value is (66,56,157). Sum of RGB (Red+Green+Blue) = 66+56+157=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #42389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42389D is #BDC762. Grayscale: #464646. Windows color (decimal): -12437347 or 10303554. OLE color: 10303554.

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

Color convert

RGB 66 56 157 -
CMYK 0.58 0.64 0 0.38
HSL 245.94º 0.47% 0.42% -
HSV(B) 245.94º 0.64% 0.62% -
XYZ 9.75 6.42 32.62 -
YUV 70.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 66 56 157 0.58 0.64 0 0.38 245.94 0.47 0.42
Hex 42 38 9D 3A 40 0 26 F6 2F 2A
Octal 102 70 235 72 100 0 46 366 57 52
Binary 1000010 111000 10011101 111010 1000000 0 100110 11110110 101111 101010

Color Harmonies of #42389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42389D

Black with #42389D

Text Example


Text Example

White with #42389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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