#413657

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

Shades of Jacarta #413657

Tints of Jacarta #413657

Color information

#413657 (or 0x413657) is unknown color: approx Jacarta. HEX triplet: 41, 36 and 57. RGB value is (65,54,87). Sum of RGB (Red+Green+Blue) = 65+54+87=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #413657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413657 is #BEC9A8. Grayscale: #3C3C3C. Windows color (decimal): -12503465 or 5715521. OLE color: 5715521.

HSL color Cylindrical-coordinate representation of color #413657: hue angle of 260º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413657 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB655487-
CMYK0.250.3800.66
HSL260º23.4%27.65%-
HSV(B)260º37.93%34.12%-
XYZ5.224.459.6-
YUV61.05142.64130.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=31.55%
G=26.21%
B=42.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6554870.250.3800.6626023.427.65
Hex4136571926042104171c
Octal10166127314601024042734
Binary1000001110110101011111001100110010000101000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413657; }

 p { color: rgb(65,54,87); }

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

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

 a { background-color: rgb(65,54,87); }

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

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

 span { border-color: rgb(65,54,87); }

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