#453A5B

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

Shades of Jacarta #453A5B

Tints of Jacarta #453A5B

Color information

#453A5B (or 0x453A5B) is unknown color: approx Jacarta. HEX triplet: 45, 3A and 5B. RGB value is (69,58,91). Sum of RGB (Red+Green+Blue) = 69+58+91=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #453A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A5B is #BAC5A4. Grayscale: #404040. Windows color (decimal): -12240293 or 5978693. OLE color: 5978693.

HSL color Cylindrical-coordinate representation of color #453A5B: hue angle of 260º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #453A5B is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB695891-
CMYK0.240.3600.64
HSL260º22.15%29.22%-
HSV(B)260º36.26%35.69%-
XYZ5.865.0510.56-
YUV65.05142.64130.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=31.65%
G=26.61%
B=41.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6958910.240.3600.6426022.1529.22
Hex453A5B1824040104161d
Octal10572133304401004042635
Binary1000101111010101101111000100100010000001000001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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