Html Css Color HEX #42279B Blue Gem

📋 copy color: '#42279B'

red 66 ◦ green 39 ◦ blue 155

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

Shades of Blue Gem #42279B

Tints of Blue Gem #42279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 25.38%
G = 15%
B = 59.62%

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

#42279B (or 0x42279B) is known color: Blue Gem. HEX triplet: 42, 27 and 9B. RGB value is (66,39,155). Sum of RGB (Red+Green+Blue) = 66+39+155=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #42279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42279B is #BDD864. Grayscale: #3B3B3B. Windows color (decimal): -12441701 or 10168130. OLE color: 10168130.

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

Color convert

RGB 66 39 155 -
CMYK 0.57 0.75 0 0.39
HSL 253.97º 0.6% 0.38% -
HSV(B) 253.97º 0.75% 0.61% -
XYZ 8.89 4.98 31.5 -
YUV 60.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 66 39 155 0.57 0.75 0 0.39 253.97 0.6 0.38
Hex 42 27 9B 39 4B 0 27 FE 3C 26
Octal 102 47 233 71 113 0 47 376 74 46
Binary 1000010 100111 10011011 111001 1001011 0 100111 11111110 111100 100110

Color Harmonies of #42279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42279B

Black with #42279B

Text Example


Text Example

White with #42279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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