#40369f

Color #40369F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #40369F

Tints of Blue Gem #40369F

Color information

#40369F (or 0x40369F) is unknown color: approx Blue Gem. HEX triplet: 40, 36 and 9F. RGB value is (64,54,159). Sum of RGB (Red+Green+Blue) = 64+54+159=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #40369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40369F is #BFC960. Grayscale: #444444. Windows color (decimal): -12568929 or 10434112. OLE color: 10434112.

HSL color Cylindrical-coordinate representation of color #40369F: hue angle of 245.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40369F is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6454159-
CMYK0.600.6600.38
HSL245.71º49.3%41.76%-
HSV(B)245.71º66.04%62.35%-
XYZ9.696.2333.49-
YUV68.96178.81124.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=23.10%
G=19.49%
B=57.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64541590.600.6600.38245.7149.341.76
Hex40369F3C42026f6312a
Octal10066237741020463666152
Binary1000000110110100111111111001000010010011011110110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40369f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40369f; }

 p { color: rgb(64,54,159); }

 H1.HeaderClassName
 {
   color: #40369f;
 }
 .AnyTagClassName
 {
   color: #40369f;
 }
</style>
background-color css

<style>
 a { background-color: #40369f; }

 a { background-color: rgb(64,54,159); }

 div.DivClassName
 {
   background-color: #40369f;
 }
 .BgClassName
 {
   background-color: #40369f;
 }
</style>
border-color css

<style>
 span { border-color: #40369f; }

 span { border-color: rgb(64,54,159); }

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