#44345B

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

Shades of Jacarta #44345B

Tints of Jacarta #44345B

Color information

#44345B (or 0x44345B) is unknown color: approx Jacarta. HEX triplet: 44, 34 and 5B. RGB value is (68,52,91). Sum of RGB (Red+Green+Blue) = 68+52+91=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 52 (20.70% from 255 or 24.64% 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 #44345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44345B is #BBCBA4. Grayscale: #3D3D3D. Windows color (decimal): -12307365 or 5977156. OLE color: 5977156.

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

Color convert

RGB685291-
CMYK0.250.4300.64
HSL264.62º27.27%28.04%-
HSV(B)264.62º42.86%35.69%-
XYZ5.54.4410.46-
YUV61.23144.8132.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=32.23%
G=24.64%
B=43.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6852910.250.4300.64264.6227.2728.04
Hex44345B192B0401091b1c
Octal10464133315301004113334
Binary1000100110100101101111001101011010000001000010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,52,91); }

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

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

 a { background-color: rgb(68,52,91); }

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

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

 span { border-color: rgb(68,52,91); }

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