#41345A

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

Shades of Jacarta #41345A

Tints of Jacarta #41345A

Color information

#41345A (or 0x41345A) is unknown color: approx Jacarta. HEX triplet: 41, 34 and 5A. RGB value is (65,52,90). Sum of RGB (Red+Green+Blue) = 65+52+90=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #41345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41345A is #BECBA5. Grayscale: #3C3C3C. Windows color (decimal): -12503974 or 5911617. OLE color: 5911617.

HSL color Cylindrical-coordinate representation of color #41345A: hue angle of 260.53º 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 #41345A is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB655290-
CMYK0.280.4200.65
HSL260.53º26.76%27.84%-
HSV(B)260.53º42.22%35.29%-
XYZ5.254.3210.23-
YUV60.22144.81131.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=31.40%
G=25.12%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6552900.280.4200.65260.5326.7627.84
Hex41345A1C2A0411051b1c
Octal10164132345201014053334
Binary1000001110100101101011100101010010000011000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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