Html Css Color HEX #40269E Blue Gem

📋 copy color: '#40269E'

red 64 ◦ green 38 ◦ blue 158

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

Shades of Blue Gem #40269E

Tints of Blue Gem #40269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 60.77%

R = 24.62%
G = 14.62%
B = 60.77%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40269E (or 0x40269E) is known color: Blue Gem. HEX triplet: 40, 26 and 9E. RGB value is (64,38,158). Sum of RGB (Red+Green+Blue) = 64+38+158=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #40269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40269E is #BFD961. Grayscale: #3B3B3B. Windows color (decimal): -12573026 or 10364480. OLE color: 10364480.

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

Color convert

RGB 64 38 158 -
CMYK 0.59 0.76 0 0.38
HSL 253º 0.61% 0.38% -
HSV(B) 253º 0.76% 0.62% -
XYZ 8.98 4.94 32.83 -
YUV 59.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 64 38 158 0.59 0.76 0 0.38 253 0.61 0.38
Hex 40 26 9E 3B 4C 0 26 FD 3D 26
Octal 100 46 236 73 114 0 46 375 75 46
Binary 1000000 100110 10011110 111011 1001100 0 100110 11111101 111101 100110

Color Harmonies of #40269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40269E

Black with #40269E

Text Example


Text Example

White with #40269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40269E; }

 p { color: rgb(64,38,158); }

 H1.HeaderClassName
 {
   color: #40269E;
 }
 .AnyTagClassName
 {
   color: #40269E;
 }
</style>

background-color css

<style>
 a { background-color: #40269E; }

 a { background-color: rgb(64,38,158); }

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

border-color css

<style>
 span { border-color: #40269E; }

 span { border-color: rgb(64,38,158); }

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