#44345A

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

Shades of Jacarta #44345A

Tints of Jacarta #44345A

Color information

#44345A (or 0x44345A) is unknown color: approx Jacarta. HEX triplet: 44, 34 and 5A. RGB value is (68,52,90). Sum of RGB (Red+Green+Blue) = 68+52+90=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #44345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44345A is #BBCBA5. Grayscale: #3C3C3C. Windows color (decimal): -12307366 or 5911620. OLE color: 5911620.

HSL color Cylindrical-coordinate representation of color #44345A: hue angle of 265.26º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44345A is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB685290-
CMYK0.240.4200.65
HSL265.26º26.76%27.84%-
HSV(B)265.26º42.22%35.29%-
XYZ5.464.4210.24-
YUV61.12144.3132.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=32.38%
G=24.76%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6852900.240.4200.65265.2626.7627.84
Hex44345A182A0411091b1c
Octal10464132305201014113334
Binary1000100110100101101011000101010010000011000010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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