Html Css Color HEX #42399F Blue Gem

📋 copy color: '#42399F'

red 66 ◦ green 57 ◦ blue 159

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

Shades of Blue Gem #42399F

Tints of Blue Gem #42399F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.38%

R = 23.4%
G = 20.21%
B = 56.38%

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

#42399F (or 0x42399F) is known color: Blue Gem. HEX triplet: 42, 39 and 9F. RGB value is (66,57,159). Sum of RGB (Red+Green+Blue) = 66+57+159=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #42399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42399F is #BDC660. Grayscale: #464646. Windows color (decimal): -12437089 or 10434882. OLE color: 10434882.

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

Color convert

RGB 66 57 159 -
CMYK 0.58 0.64 0 0.38
HSL 245.29º 0.47% 0.42% -
HSV(B) 245.29º 0.64% 0.62% -
XYZ 9.97 6.59 33.55 -
YUV 71.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 66 57 159 0.58 0.64 0 0.38 245.29 0.47 0.42
Hex 42 39 9F 3A 40 0 26 F5 2F 2A
Octal 102 71 237 72 100 0 46 365 57 52
Binary 1000010 111001 10011111 111010 1000000 0 100110 11110101 101111 101010

Color Harmonies of #42399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42399F

Black with #42399F

Text Example


Text Example

White with #42399F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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