Html Css Color HEX #42399C Blue Gem

📋 copy color: '#42399C'

red 66 ◦ green 57 ◦ blue 156

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

Shades of Blue Gem #42399C

Tints of Blue Gem #42399C

RGB

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

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

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

R = 23.66%
G = 20.43%
B = 55.91%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42399C (or 0x42399C) is known color: Blue Gem. HEX triplet: 42, 39 and 9C. RGB value is (66,57,156). Sum of RGB (Red+Green+Blue) = 66+57+156=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #42399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42399C is #BDC663. Grayscale: #464646. Windows color (decimal): -12437092 or 10238274. OLE color: 10238274.

HSL color Cylindrical-coordinate representation of color #42399C: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42399C is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 57 156 -
CMYK 0.58 0.63 0 0.39
HSL 245.45º 0.46% 0.42% -
HSV(B) 245.45º 0.63% 0.61% -
XYZ 9.71 6.48 32.19 -
YUV 70.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 66 57 156 0.58 0.63 0 0.39 245.45 0.46 0.42
Hex 42 39 9C 3A 3F 0 27 F5 2E 2A
Octal 102 71 234 72 77 0 47 365 56 52
Binary 1000010 111001 10011100 111010 111111 0 100111 11110101 101110 101010

Color Harmonies of #42399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42399C

Black with #42399C

Text Example


Text Example

White with #42399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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