#403761

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

Shades of Jacarta #403761

Tints of Jacarta #403761

Color information

#403761 (or 0x403761) is unknown color: approx Jacarta. HEX triplet: 40, 37 and 61. RGB value is (64,55,97). Sum of RGB (Red+Green+Blue) = 64+55+97=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #403761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403761 is #BFC89E. Grayscale: #3E3E3E. Windows color (decimal): -12568735 or 6371136. OLE color: 6371136.

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

Color convert

RGB645597-
CMYK0.340.4300.62
HSL252.86º27.63%29.8%-
HSV(B)252.86º43.3%38.04%-
XYZ5.644.6911.92-
YUV62.48147.48129.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=29.63%
G=25.46%
B=44.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6455970.340.4300.62252.8627.6329.8
Hex403761222B03Efd1c1e
Octal1006714142530763753436
Binary100000011011111000011000101010110111110111111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403761; }

 p { color: rgb(64,55,97); }

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

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

 a { background-color: rgb(64,55,97); }

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

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

 span { border-color: rgb(64,55,97); }

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