Html Css Color HEX #403655 Jacarta

📋 copy color: '#403655'

red 64 ◦ green 54 ◦ blue 85

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

Shades of Jacarta #403655

Tints of Jacarta #403655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 31.53%
G = 26.6%
B = 41.87%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403655 (or 0x403655) is known color: Jacarta. HEX triplet: 40, 36 and 55. RGB value is (64,54,85). Sum of RGB (Red+Green+Blue) = 64+54+85=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #403655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403655 is #BFC9AA. Grayscale: #3C3C3C. Windows color (decimal): -12569003 or 5584448. OLE color: 5584448.

HSL color Cylindrical-coordinate representation of color #403655: hue angle of 259.35º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403655 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 54 85 -
CMYK 0.25 0.36 0 0.67
HSL 259.35º 0.22% 0.27% -
HSV(B) 259.35º 0.36% 0.33% -
XYZ 5.07 4.38 9.17 -
YUV 60.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 64 54 85 0.25 0.36 0 0.67 259.35 0.22 0.27
Hex 40 36 55 19 24 0 43 103 16 1B
Octal 100 66 125 31 44 0 103 403 26 33
Binary 1000000 110110 1010101 11001 100100 0 1000011 100000011 10110 11011

Color Harmonies of #403655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403655

Black with #403655

Text Example


Text Example

White with #403655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403655; }

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

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

background-color css

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

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

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

border-color css

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

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

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