#45385F

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

Shades of Jacarta #45385F

Tints of Jacarta #45385F

Color information

#45385F (or 0x45385F) is unknown color: approx Jacarta. HEX triplet: 45, 38 and 5F. RGB value is (69,56,95). Sum of RGB (Red+Green+Blue) = 69+56+95=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #45385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45385F is #BAC7A0. Grayscale: #404040. Windows color (decimal): -12240801 or 6240325. OLE color: 6240325.

HSL color Cylindrical-coordinate representation of color #45385F: hue angle of 260º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45385F is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB695695-
CMYK0.270.4100.63
HSL260º25.83%29.61%-
HSV(B)260º41.05%37.25%-
XYZ5.934.9211.46-
YUV64.33145.31131.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=31.36%
G=25.45%
B=43.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6956950.270.4100.6326025.8329.61
Hex45385F1B2903F1041a1e
Octal1057013733510774043236
Binary100010111100010111111101110100101111111000001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45385F; }

 p { color: rgb(69,56,95); }

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

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

 a { background-color: rgb(69,56,95); }

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

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

 span { border-color: rgb(69,56,95); }

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