#453A5F

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

Shades of Jacarta #453A5F

Tints of Jacarta #453A5F

Color information

#453A5F (or 0x453A5F) is unknown color: approx Jacarta. HEX triplet: 45, 3A and 5F. RGB value is (69,58,95). Sum of RGB (Red+Green+Blue) = 69+58+95=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #453A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A5F is #BAC5A0. Grayscale: #414141. Windows color (decimal): -12240289 or 6240837. OLE color: 6240837.

HSL color Cylindrical-coordinate representation of color #453A5F: hue angle of 257.84º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453A5F is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB695895-
CMYK0.270.3900.63
HSL257.84º24.18%30%-
HSV(B)257.84º38.95%37.25%-
XYZ6.035.1211.5-
YUV65.51144.64130.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=31.08%
G=26.13%
B=42.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6958950.270.3900.63257.8424.1830
Hex453A5F1B2703F102181e
Octal1057213733470774023036
Binary100010111101010111111101110011101111111000000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A5F; }

 p { color: rgb(69,58,95); }

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

<style>
 a { background-color: #453A5F; }

 a { background-color: rgb(69,58,95); }

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

<style>
 span { border-color: #453A5F; }

 span { border-color: rgb(69,58,95); }

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