#45365E

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

Shades of Jacarta #45365E

Tints of Jacarta #45365E

Color information

#45365E (or 0x45365E) is unknown color: approx Jacarta. HEX triplet: 45, 36 and 5E. RGB value is (69,54,94). Sum of RGB (Red+Green+Blue) = 69+54+94=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #45365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45365E is #BAC9A1. Grayscale: #3E3E3E. Windows color (decimal): -12241314 or 6174277. OLE color: 6174277.

HSL color Cylindrical-coordinate representation of color #45365E: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45365E is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB695494-
CMYK0.270.4300.63
HSL262.5º27.03%29.02%-
HSV(B)262.5º42.55%36.86%-
XYZ5.794.7111.19-
YUV63.04145.47132.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=31.80%
G=24.88%
B=43.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6954940.270.4300.63262.527.0329.02
Hex45365E1B2B03F1061b1d
Octal1056613633530774063335
Binary100010111011010111101101110101101111111000001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,54,94); }

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

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

 a { background-color: rgb(69,54,94); }

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

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

 span { border-color: rgb(69,54,94); }

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