Html Css Color HEX #42259A Blue Gem

📋 copy color: '#42259A'

red 66 ◦ green 37 ◦ blue 154

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

Shades of Blue Gem #42259A

Tints of Blue Gem #42259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

 BLUE value IS 154 (60.55% from 255) = 59.92%

R = 25.68%
G = 14.4%
B = 59.92%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#42259A (or 0x42259A) is known color: Blue Gem. HEX triplet: 42, 25 and 9A. RGB value is (66,37,154). Sum of RGB (Red+Green+Blue) = 66+37+154=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #42259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42259A is #BDDA65. Grayscale: #3A3A3A. Windows color (decimal): -12442214 or 10102082. OLE color: 10102082.

HSL color Cylindrical-coordinate representation of color #42259A: hue angle of 254.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42259A is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 37 154 -
CMYK 0.57 0.76 0 0.40
HSL 254.87º 0.61% 0.37% -
HSV(B) 254.87º 0.76% 0.6% -
XYZ 8.74 4.81 31.04 -
YUV 59.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 66 37 154 0.57 0.76 0 0.40 254.87 0.61 0.37
Hex 42 25 9A 39 4C 0 28 FF 3D 25
Octal 102 45 232 71 114 0 50 377 75 45
Binary 1000010 100101 10011010 111001 1001100 0 101000 11111111 111101 100101

Color Harmonies of #42259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42259A

Black with #42259A

Text Example


Text Example

White with #42259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42259A; }

 p { color: rgb(66,37,154); }

 H1.HeaderClassName
 {
   color: #42259A;
 }
 .AnyTagClassName
 {
   color: #42259A;
 }
</style>

background-color css

<style>
 a { background-color: #42259A; }

 a { background-color: rgb(66,37,154); }

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

border-color css

<style>
 span { border-color: #42259A; }

 span { border-color: rgb(66,37,154); }

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