#45365B

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

Shades of Jacarta #45365B

Tints of Jacarta #45365B

Color information

#45365B (or 0x45365B) is unknown color: approx Jacarta. HEX triplet: 45, 36 and 5B. RGB value is (69,54,91). Sum of RGB (Red+Green+Blue) = 69+54+91=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #45365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45365B is #BAC9A4. Grayscale: #3E3E3E. Windows color (decimal): -12241317 or 5977669. OLE color: 5977669.

HSL color Cylindrical-coordinate representation of color #45365B: hue angle of 264.32º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45365B is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB695491-
CMYK0.240.4100.64
HSL264.32º25.52%28.43%-
HSV(B)264.32º40.66%35.69%-
XYZ5.664.6610.5-
YUV62.7143.97132.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=32.24%
G=25.23%
B=42.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6954910.240.4100.64264.3225.5228.43
Hex45365B18290401081a1c
Octal10566133305101004103234
Binary1000101110110101101111000101001010000001000010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45365B; }

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

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

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

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

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

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

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

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