#41345C

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

Shades of Jacarta #41345C

Tints of Jacarta #41345C

Color information

#41345C (or 0x41345C) is unknown color: approx Jacarta. HEX triplet: 41, 34 and 5C. RGB value is (65,52,92). Sum of RGB (Red+Green+Blue) = 65+52+92=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #41345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41345C is #BECBA3. Grayscale: #3C3C3C. Windows color (decimal): -12503972 or 6042689. OLE color: 6042689.

HSL color Cylindrical-coordinate representation of color #41345C: hue angle of 259.5º degrees, saturation: 0.28, 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 #41345C is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB655292-
CMYK0.290.4300.64
HSL259.5º27.78%28.24%-
HSV(B)259.5º43.48%36.08%-
XYZ5.344.3510.68-
YUV60.45145.81131.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=31.10%
G=24.88%
B=44.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6552920.290.4300.64259.527.7828.24
Hex41345C1D2B0401041c1c
Octal10164134355301004043434
Binary1000001110100101110011101101011010000001000001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41345C; }

 p { color: rgb(65,52,92); }

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

<style>
 a { background-color: #41345C; }

 a { background-color: rgb(65,52,92); }

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

<style>
 span { border-color: #41345C; }

 span { border-color: rgb(65,52,92); }

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