Html Css Color HEX #42269B Blue Gem

📋 copy color: '#42269B'

red 66 ◦ green 38 ◦ blue 155

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

Shades of Blue Gem #42269B

Tints of Blue Gem #42269B

RGB

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

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

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

R = 25.48%
G = 14.67%
B = 59.85%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42269B (or 0x42269B) is known color: Blue Gem. HEX triplet: 42, 26 and 9B. RGB value is (66,38,155). Sum of RGB (Red+Green+Blue) = 66+38+155=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #42269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42269B is #BDD964. Grayscale: #3B3B3B. Windows color (decimal): -12441957 or 10167874. OLE color: 10167874.

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

Color convert

RGB 66 38 155 -
CMYK 0.57 0.75 0 0.39
HSL 254.36º 0.61% 0.38% -
HSV(B) 254.36º 0.75% 0.61% -
XYZ 8.86 4.91 31.49 -
YUV 59.71 181.78 132.49 -
System Red Green Blue C M Y K H S L
Decimal 66 38 155 0.57 0.75 0 0.39 254.36 0.61 0.38
Hex 42 26 9B 39 4B 0 27 FE 3D 26
Octal 102 46 233 71 113 0 47 376 75 46
Binary 1000010 100110 10011011 111001 1001011 0 100111 11111110 111101 100110

Color Harmonies of #42269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42269B

Black with #42269B

Text Example


Text Example

White with #42269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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