#453759

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

Shades of Jacarta #453759

Tints of Jacarta #453759

Color information

#453759 (or 0x453759) is unknown color: approx Jacarta. HEX triplet: 45, 37 and 59. RGB value is (69,55,89). Sum of RGB (Red+Green+Blue) = 69+55+89=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #453759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453759 is #BAC8A6. Grayscale: #3E3E3E. Windows color (decimal): -12241063 or 5846853. OLE color: 5846853.

HSL color Cylindrical-coordinate representation of color #453759: hue angle of 264.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453759 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB695589-
CMYK0.220.3800.65
HSL264.71º23.61%28.24%-
HSV(B)264.71º38.2%34.9%-
XYZ5.624.7210.07-
YUV63.06142.64132.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=32.39%
G=25.82%
B=41.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6955890.220.3800.65264.7123.6128.24
Hex4537591626041109181c
Octal10567131264601014113034
Binary1000101110111101100110110100110010000011000010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453759; }

 p { color: rgb(69,55,89); }

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

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

 a { background-color: rgb(69,55,89); }

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

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

 span { border-color: rgb(69,55,89); }

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