#40345B

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

Shades of Jacarta #40345B

Tints of Jacarta #40345B

Color information

#40345B (or 0x40345B) is unknown color: approx Jacarta. HEX triplet: 40, 34 and 5B. RGB value is (64,52,91). Sum of RGB (Red+Green+Blue) = 64+52+91=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #40345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40345B is #BFCBA4. Grayscale: #3B3B3B. Windows color (decimal): -12569509 or 5977152. OLE color: 5977152.

HSL color Cylindrical-coordinate representation of color #40345B: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40345B is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB645291-
CMYK0.300.4300.64
HSL258.46º27.27%28.04%-
HSV(B)258.46º42.86%35.69%-
XYZ5.234.310.45-
YUV60.03145.48130.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=30.92%
G=25.12%
B=43.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6452910.300.4300.64258.4627.2728.04
Hex40345B1E2B0401021b1c
Octal10064133365301004023334
Binary1000000110100101101111110101011010000001000000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40345B; }

 p { color: rgb(64,52,91); }

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

<style>
 a { background-color: #40345B; }

 a { background-color: rgb(64,52,91); }

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

<style>
 span { border-color: #40345B; }

 span { border-color: rgb(64,52,91); }

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