Html Css Color HEX #42269F Blue Gem

📋 copy color: '#42269F'

red 66 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #42269F

Tints of Blue Gem #42269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 25.1%
G = 14.45%
B = 60.46%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42269F (or 0x42269F) is known color: Blue Gem. HEX triplet: 42, 26 and 9F. RGB value is (66,38,159). Sum of RGB (Red+Green+Blue) = 66+38+159=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #42269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42269F is #BDD960. Grayscale: #3B3B3B. Windows color (decimal): -12441953 or 10430018. OLE color: 10430018.

HSL color Cylindrical-coordinate representation of color #42269F: hue angle of 253.88º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42269F is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 38 159 -
CMYK 0.58 0.76 0 0.38
HSL 253.88º 0.61% 0.39% -
HSV(B) 253.88º 0.76% 0.62% -
XYZ 9.2 5.05 33.29 -
YUV 60.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 66 38 159 0.58 0.76 0 0.38 253.88 0.61 0.39
Hex 42 26 9F 3A 4C 0 26 FE 3D 27
Octal 102 46 237 72 114 0 46 376 75 47
Binary 1000010 100110 10011111 111010 1001100 0 100110 11111110 111101 100111

Color Harmonies of #42269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42269F

Black with #42269F

Text Example


Text Example

White with #42269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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