Html Css Color HEX #42239C Blue Gem

📋 copy color: '#42239C'

red 66 ◦ green 35 ◦ blue 156

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

Shades of Blue Gem #42239C

Tints of Blue Gem #42239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 25.68%
G = 13.62%
B = 60.7%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42239C (or 0x42239C) is known color: Blue Gem. HEX triplet: 42, 23 and 9C. RGB value is (66,35,156). Sum of RGB (Red+Green+Blue) = 66+35+156=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #42239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42239C is #BDDC63. Grayscale: #393939. Windows color (decimal): -12442724 or 10232642. OLE color: 10232642.

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

Color convert

RGB 66 35 156 -
CMYK 0.58 0.78 0 0.39
HSL 255.37º 0.63% 0.37% -
HSV(B) 255.37º 0.78% 0.61% -
XYZ 8.85 4.76 31.91 -
YUV 58.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 66 35 156 0.58 0.78 0 0.39 255.37 0.63 0.37
Hex 42 23 9C 3A 4E 0 27 FF 3F 25
Octal 102 43 234 72 116 0 47 377 77 45
Binary 1000010 100011 10011100 111010 1001110 0 100111 11111111 111111 100101

Color Harmonies of #42239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42239C

Black with #42239C

Text Example


Text Example

White with #42239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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