Html Css Color HEX #40279D Blue Gem

📋 copy color: '#40279D'

red 64 ◦ green 39 ◦ blue 157

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

Shades of Blue Gem #40279D

Tints of Blue Gem #40279D

RGB

 RED value IS 64 (25.39% from 255) = 24.62%

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 24.62%
G = 15%
B = 60.38%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40279D (or 0x40279D) is known color: Blue Gem. HEX triplet: 40, 27 and 9D. RGB value is (64,39,157). Sum of RGB (Red+Green+Blue) = 64+39+157=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #40279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40279D is #BFD862. Grayscale: #3B3B3B. Windows color (decimal): -12572771 or 10299200. OLE color: 10299200.

HSL color Cylindrical-coordinate representation of color #40279D: hue angle of 252.71º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40279D is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 39 157 -
CMYK 0.59 0.75 0 0.38
HSL 252.71º 0.6% 0.38% -
HSV(B) 252.71º 0.75% 0.62% -
XYZ 8.93 4.98 32.39 -
YUV 59.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 64 39 157 0.59 0.75 0 0.38 252.71 0.6 0.38
Hex 40 27 9D 3B 4B 0 26 FD 3C 26
Octal 100 47 235 73 113 0 46 375 74 46
Binary 1000000 100111 10011101 111011 1001011 0 100110 11111101 111100 100110

Color Harmonies of #40279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40279D

Black with #40279D

Text Example


Text Example

White with #40279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40279D; }

 p { color: rgb(64,39,157); }

 H1.HeaderClassName
 {
   color: #40279D;
 }
 .AnyTagClassName
 {
   color: #40279D;
 }
</style>

background-color css

<style>
 a { background-color: #40279D; }

 a { background-color: rgb(64,39,157); }

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

border-color css

<style>
 span { border-color: #40279D; }

 span { border-color: rgb(64,39,157); }

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