#453659

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

Shades of Jacarta #453659

Tints of Jacarta #453659

Color information

#453659 (or 0x453659) is unknown color: approx Jacarta. HEX triplet: 45, 36 and 59. RGB value is (69,54,89). Sum of RGB (Red+Green+Blue) = 69+54+89=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #453659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453659 is #BAC9A6. Grayscale: #3E3E3E. Windows color (decimal): -12241319 or 5846597. OLE color: 5846597.

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

Color convert

RGB695489-
CMYK0.220.3900.65
HSL265.71º24.48%28.04%-
HSV(B)265.71º39.33%34.9%-
XYZ5.584.6210.05-
YUV62.47142.97132.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=32.55%
G=25.47%
B=41.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6954890.220.3900.65265.7124.4828.04
Hex453659162704110a181c
Octal10566131264701014123034
Binary1000101110110101100110110100111010000011000010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453659; }

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

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

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

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

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

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

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

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