Html Css Color HEX #42229B Blue Gem

📋 copy color: '#42229B'

red 66 ◦ green 34 ◦ blue 155

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

Shades of Blue Gem #42229B

Tints of Blue Gem #42229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 25.88%
G = 13.33%
B = 60.78%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42229B (or 0x42229B) is known color: Blue Gem. HEX triplet: 42, 22 and 9B. RGB value is (66,34,155). Sum of RGB (Red+Green+Blue) = 66+34+155=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #42229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42229B is #BDDD64. Grayscale: #383838. Windows color (decimal): -12442981 or 10166850. OLE color: 10166850.

HSL color Cylindrical-coordinate representation of color #42229B: hue angle of 255.87º degrees, saturation: 0.64, 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 #42229B is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 34 155 -
CMYK 0.57 0.78 0 0.39
HSL 255.87º 0.64% 0.37% -
HSV(B) 255.87º 0.78% 0.61% -
XYZ 8.74 4.67 31.45 -
YUV 57.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 66 34 155 0.57 0.78 0 0.39 255.87 0.64 0.37
Hex 42 22 9B 39 4E 0 27 100 40 25
Octal 102 42 233 71 116 0 47 400 100 45
Binary 1000010 100010 10011011 111001 1001110 0 100111 100000000 1000000 100101

Color Harmonies of #42229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42229B

Black with #42229B

Text Example


Text Example

White with #42229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42229B; }

 p { color: rgb(66,34,155); }

 H1.HeaderClassName
 {
   color: #42229B;
 }
 .AnyTagClassName
 {
   color: #42229B;
 }
</style>

background-color css

<style>
 a { background-color: #42229B; }

 a { background-color: rgb(66,34,155); }

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

border-color css

<style>
 span { border-color: #42229B; }

 span { border-color: rgb(66,34,155); }

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