#45335B

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

Shades of Jacarta #45335B

Tints of Jacarta #45335B

Color information

#45335B (or 0x45335B) is unknown color: approx Jacarta. HEX triplet: 45, 33 and 5B. RGB value is (69,51,91). Sum of RGB (Red+Green+Blue) = 69+51+91=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #45335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45335B is #BACCA4. Grayscale: #3C3C3C. Windows color (decimal): -12242085 or 5976901. OLE color: 5976901.

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

Color convert

RGB695191-
CMYK0.240.4400.64
HSL267º28.17%27.84%-
HSV(B)267º43.96%35.69%-
XYZ5.534.3910.45-
YUV60.94144.96133.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=32.70%
G=24.17%
B=43.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6951910.240.4400.6426728.1727.84
Hex45335B182C04010b1c1c
Octal10563133305401004133434
Binary1000101110011101101111000101100010000001000010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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