Html Css Color HEX #40269C Blue Gem

📋 copy color: '#40269C'

red 64 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #40269C

Tints of Blue Gem #40269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 24.81%
G = 14.73%
B = 60.47%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40269C (or 0x40269C) is known color: Blue Gem. HEX triplet: 40, 26 and 9C. RGB value is (64,38,156). Sum of RGB (Red+Green+Blue) = 64+38+156=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #40269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40269C is #BFD963. Grayscale: #3A3A3A. Windows color (decimal): -12573028 or 10233408. OLE color: 10233408.

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

Color convert

RGB 64 38 156 -
CMYK 0.59 0.76 0 0.39
HSL 253.22º 0.61% 0.38% -
HSV(B) 253.22º 0.76% 0.61% -
XYZ 8.81 4.88 31.93 -
YUV 59.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 64 38 156 0.59 0.76 0 0.39 253.22 0.61 0.38
Hex 40 26 9C 3B 4C 0 27 FD 3D 26
Octal 100 46 234 73 114 0 47 375 75 46
Binary 1000000 100110 10011100 111011 1001100 0 100111 11111101 111101 100110

Color Harmonies of #40269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40269C

Black with #40269C

Text Example


Text Example

White with #40269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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