Html Css Color HEX #42399D Blue Gem

📋 copy color: '#42399D'

red 66 ◦ green 57 ◦ blue 157

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

Shades of Blue Gem #42399D

Tints of Blue Gem #42399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 23.57%
G = 20.36%
B = 56.07%

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

#42399D (or 0x42399D) is known color: Blue Gem. HEX triplet: 42, 39 and 9D. RGB value is (66,57,157). Sum of RGB (Red+Green+Blue) = 66+57+157=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #42399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42399D is #BDC662. Grayscale: #464646. Windows color (decimal): -12437091 or 10303810. OLE color: 10303810.

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

Color convert

RGB 66 57 157 -
CMYK 0.58 0.64 0 0.38
HSL 245.4º 0.47% 0.42% -
HSV(B) 245.4º 0.64% 0.62% -
XYZ 9.8 6.52 32.64 -
YUV 71.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 66 57 157 0.58 0.64 0 0.38 245.4 0.47 0.42
Hex 42 39 9D 3A 40 0 26 F5 2F 2A
Octal 102 71 235 72 100 0 46 365 57 52
Binary 1000010 111001 10011101 111010 1000000 0 100110 11110101 101111 101010

Color Harmonies of #42399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42399D

Black with #42399D

Text Example


Text Example

White with #42399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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