#453E5F

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

Shades of Jacarta #453E5F

Tints of Jacarta #453E5F

Color information

#453E5F (or 0x453E5F) is unknown color: approx Jacarta. HEX triplet: 45, 3E and 5F. RGB value is (69,62,95). Sum of RGB (Red+Green+Blue) = 69+62+95=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #453E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E5F is #BAC1A0. Grayscale: #434343. Windows color (decimal): -12239265 or 6241861. OLE color: 6241861.

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

Color convert

RGB696295-
CMYK0.270.3500.63
HSL252.73º21.02%30.78%-
HSV(B)252.73º34.74%37.25%-
XYZ6.245.5411.57-
YUV67.86143.32128.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=30.53%
G=27.43%
B=42.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6962950.270.3500.63252.7321.0230.78
Hex453E5F1B2303Ffd151f
Octal1057613733430773752537
Binary10001011111101011111110111000110111111111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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