#453260

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

Shades of Jacarta #453260

Tints of Jacarta #453260

Color information

#453260 (or 0x453260) is unknown color: approx Jacarta. HEX triplet: 45, 32 and 60. RGB value is (69,50,96). Sum of RGB (Red+Green+Blue) = 69+50+96=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #453260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453260 is #BACD9F. Grayscale: #3C3C3C. Windows color (decimal): -12242336 or 6304325. OLE color: 6304325.

HSL color Cylindrical-coordinate representation of color #453260: hue angle of 264.78º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453260 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB695096-
CMYK0.280.4800.62
HSL264.78º31.51%28.63%-
HSV(B)264.78º47.92%37.65%-
XYZ5.714.3911.61-
YUV60.92147.79133.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=32.09%
G=23.26%
B=44.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6950960.280.4800.62264.7831.5128.63
Hex4532601C3003E109201d
Octal1056214034600764114035
Binary1000101110010110000011100110000011111010000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453260; }

 p { color: rgb(69,50,96); }

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

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

 a { background-color: rgb(69,50,96); }

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

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

 span { border-color: rgb(69,50,96); }

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