#40375C

Color #40375C Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #40375C

Tints of Jacarta #40375C

Color information

#40375C (or 0x40375C) is unknown color: approx Jacarta. HEX triplet: 40, 37 and 5C. RGB value is (64,55,92). Sum of RGB (Red+Green+Blue) = 64+55+92=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #40375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40375C is #BFC8A3. Grayscale: #3D3D3D. Windows color (decimal): -12568740 or 6043456. OLE color: 6043456.

HSL color Cylindrical-coordinate representation of color #40375C: hue angle of 254.59º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40375C is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB645592-
CMYK0.300.4000.64
HSL254.59º25.17%28.82%-
HSV(B)254.59º40.22%36.08%-
XYZ5.414.610.73-
YUV61.91144.98129.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=30.33%
G=26.07%
B=43.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6455920.300.4000.64254.5925.1728.82
Hex40375C1E28040ff191d
Octal10067134365001003773135
Binary100000011011110111001111010100001000000111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,55,92); }

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

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

 a { background-color: rgb(64,55,92); }

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

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

 span { border-color: rgb(64,55,92); }

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