Html Css Color HEX #403856 Jacarta

📋 copy color: '#403856'

red 64 ◦ green 56 ◦ blue 86

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

Shades of Jacarta #403856

Tints of Jacarta #403856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 31.07%
G = 27.18%
B = 41.75%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403856 (or 0x403856) is known color: Jacarta. HEX triplet: 40, 38 and 56. RGB value is (64,56,86). Sum of RGB (Red+Green+Blue) = 64+56+86=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #403856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403856 is #BFC7A9. Grayscale: #3D3D3D. Windows color (decimal): -12568490 or 5650496. OLE color: 5650496.

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

Color convert

RGB 64 56 86 -
CMYK 0.26 0.35 0 0.66
HSL 256º 0.21% 0.28% -
HSV(B) 256º 0.35% 0.34% -
XYZ 5.21 4.59 9.42 -
YUV 61.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 64 56 86 0.26 0.35 0 0.66 256 0.21 0.28
Hex 40 38 56 1A 23 0 42 100 15 1C
Octal 100 70 126 32 43 0 102 400 25 34
Binary 1000000 111000 1010110 11010 100011 0 1000010 100000000 10101 11100

Color Harmonies of #403856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403856

Black with #403856

Text Example


Text Example

White with #403856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403856; }

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

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

background-color css

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

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

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

border-color css

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

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

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