Html Css Color HEX #403554 Jacarta

📋 copy color: '#403554'

red 64 ◦ green 53 ◦ blue 84

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

Shades of Jacarta #403554

Tints of Jacarta #403554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 31.84%
G = 26.37%
B = 41.79%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403554 (or 0x403554) is known color: Jacarta. HEX triplet: 40, 35 and 54. RGB value is (64,53,84). Sum of RGB (Red+Green+Blue) = 64+53+84=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #403554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403554 is #BFCAAB. Grayscale: #3B3B3B. Windows color (decimal): -12569260 or 5518656. OLE color: 5518656.

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

Color convert

RGB 64 53 84 -
CMYK 0.24 0.37 0 0.67
HSL 261.29º 0.23% 0.27% -
HSV(B) 261.29º 0.37% 0.33% -
XYZ 4.99 4.28 8.95 -
YUV 59.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 64 53 84 0.24 0.37 0 0.67 261.29 0.23 0.27
Hex 40 35 54 18 25 0 43 105 17 1B
Octal 100 65 124 30 45 0 103 405 27 33
Binary 1000000 110101 1010100 11000 100101 0 1000011 100000101 10111 11011

Color Harmonies of #403554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403554

Black with #403554

Text Example


Text Example

White with #403554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403554; }

 p { color: rgb(64,53,84); }

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

background-color css

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

 a { background-color: rgb(64,53,84); }

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

border-color css

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

 span { border-color: rgb(64,53,84); }

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