#45375A

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

Shades of Jacarta #45375A

Tints of Jacarta #45375A

Color information

#45375A (or 0x45375A) is unknown color: approx Jacarta. HEX triplet: 45, 37 and 5A. RGB value is (69,55,90). Sum of RGB (Red+Green+Blue) = 69+55+90=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #45375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45375A is #BAC8A5. Grayscale: #3F3F3F. Windows color (decimal): -12241062 or 5912389. OLE color: 5912389.

HSL color Cylindrical-coordinate representation of color #45375A: hue angle of 264º 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 #45375A is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB695590-
CMYK0.230.3900.65
HSL264º24.14%28.43%-
HSV(B)264º38.89%35.29%-
XYZ5.674.7410.29-
YUV63.18143.14132.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=32.24%
G=25.70%
B=42.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6955900.230.3900.6526424.1428.43
Hex45375A1727041108181c
Octal10567132274701014103034
Binary1000101110111101101010111100111010000011000010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45375A; }

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

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

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

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

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

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

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

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