Html Css Color HEX #403758 Jacarta

📋 copy color: '#403758'

red 64 ◦ green 55 ◦ blue 88

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

Shades of Jacarta #403758

Tints of Jacarta #403758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 30.92%
G = 26.57%
B = 42.51%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403758 (or 0x403758) is known color: Jacarta. HEX triplet: 40, 37 and 58. RGB value is (64,55,88). Sum of RGB (Red+Green+Blue) = 64+55+88=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #403758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403758 is #BFC8A7. Grayscale: #3D3D3D. Windows color (decimal): -12568744 or 5781312. OLE color: 5781312.

HSL color Cylindrical-coordinate representation of color #403758: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #403758 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 55 88 -
CMYK 0.27 0.38 0 0.65
HSL 256.36º 0.23% 0.28% -
HSV(B) 256.36º 0.38% 0.35% -
XYZ 5.24 4.53 9.83 -
YUV 61.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 64 55 88 0.27 0.38 0 0.65 256.36 0.23 0.28
Hex 40 37 58 1B 26 0 41 100 17 1C
Octal 100 67 130 33 46 0 101 400 27 34
Binary 1000000 110111 1011000 11011 100110 0 1000001 100000000 10111 11100

Color Harmonies of #403758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403758

Black with #403758

Text Example


Text Example

White with #403758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403758; }

 p { color: rgb(64,55,88); }

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

background-color css

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

 a { background-color: rgb(64,55,88); }

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

border-color css

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

 span { border-color: rgb(64,55,88); }

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