Html Css Color HEX #403656 Jacarta

📋 copy color: '#403656'

red 64 ◦ green 54 ◦ blue 86

#403656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #403656

Tints of Jacarta #403656

RGB

 RED value IS 64 (25.39% from 255) = 31.37%

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 31.37%
G = 26.47%
B = 42.16%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403656 (or 0x403656) is known color: Jacarta. HEX triplet: 40, 36 and 56. RGB value is (64,54,86). Sum of RGB (Red+Green+Blue) = 64+54+86=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #403656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403656 is #BFC9A9. Grayscale: #3C3C3C. Windows color (decimal): -12569002 or 5649984. OLE color: 5649984.

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

Color convert

RGB 64 54 86 -
CMYK 0.26 0.37 0 0.66
HSL 258.75º 0.23% 0.27% -
HSV(B) 258.75º 0.37% 0.34% -
XYZ 5.11 4.4 9.38 -
YUV 60.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 64 54 86 0.26 0.37 0 0.66 258.75 0.23 0.27
Hex 40 36 56 1A 25 0 42 103 17 1B
Octal 100 66 126 32 45 0 102 403 27 33
Binary 1000000 110110 1010110 11010 100101 0 1000010 100000011 10111 11011

Color Harmonies of #403656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403656

Black with #403656

Text Example


Text Example

White with #403656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403656; }

 p { color: rgb(64,54,86); }

 H1.HeaderClassName
 {
   color: #403656;
 }
 .AnyTagClassName
 {
   color: #403656;
 }
</style>

background-color css

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

 a { background-color: rgb(64,54,86); }

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

border-color css

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

 span { border-color: rgb(64,54,86); }

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