Html Css Color HEX #403C57 Jacarta

📋 copy color: '#403C57'

red 64 ◦ green 60 ◦ blue 87

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

Shades of Jacarta #403C57

Tints of Jacarta #403C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 30.33%
G = 28.44%
B = 41.23%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403C57 (or 0x403C57) is known color: Jacarta. HEX triplet: 40, 3C and 57. RGB value is (64,60,87). Sum of RGB (Red+Green+Blue) = 64+60+87=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #403C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C57 is #BFC3A8. Grayscale: #404040. Windows color (decimal): -12567465 or 5717056. OLE color: 5717056.

HSL color Cylindrical-coordinate representation of color #403C57: hue angle of 248.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403C57 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 60 87 -
CMYK 0.26 0.31 0 0.66
HSL 248.89º 0.18% 0.29% -
HSV(B) 248.89º 0.31% 0.34% -
XYZ 5.45 5.01 9.7 -
YUV 64.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 64 60 87 0.26 0.31 0 0.66 248.89 0.18 0.29
Hex 40 3C 57 1A 1F 0 42 F9 12 1D
Octal 100 74 127 32 37 0 102 371 22 35
Binary 1000000 111100 1010111 11010 11111 0 1000010 11111001 10010 11101

Color Harmonies of #403C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C57

Black with #403C57

Text Example


Text Example

White with #403C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C57; }

 p { color: rgb(64,60,87); }

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

background-color css

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

 a { background-color: rgb(64,60,87); }

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

border-color css

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

 span { border-color: rgb(64,60,87); }

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