#453A5D

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

Shades of Jacarta #453A5D

Tints of Jacarta #453A5D

Color information

#453A5D (or 0x453A5D) is unknown color: approx Jacarta. HEX triplet: 45, 3A and 5D. RGB value is (69,58,93). Sum of RGB (Red+Green+Blue) = 69+58+93=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #453A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A5D is #BAC5A2. Grayscale: #414141. Windows color (decimal): -12240291 or 6109765. OLE color: 6109765.

HSL color Cylindrical-coordinate representation of color #453A5D: hue angle of 258.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453A5D is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB695893-
CMYK0.260.3800.64
HSL258.86º23.18%29.61%-
HSV(B)258.86º37.63%36.47%-
XYZ5.945.0811.02-
YUV65.28143.64130.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=31.36%
G=26.36%
B=42.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6958930.260.3800.64258.8623.1829.61
Hex453A5D1A26040103171e
Octal10572135324601004032736
Binary1000101111010101110111010100110010000001000000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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