Html Css Color HEX #403457 Jacarta

📋 copy color: '#403457'

red 64 ◦ green 52 ◦ blue 87

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

Shades of Jacarta #403457

Tints of Jacarta #403457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 31.53%
G = 25.62%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403457 (or 0x403457) is known color: Jacarta. HEX triplet: 40, 34 and 57. RGB value is (64,52,87). Sum of RGB (Red+Green+Blue) = 64+52+87=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #403457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403457 is #BFCBA8. Grayscale: #3B3B3B. Windows color (decimal): -12569513 or 5715008. OLE color: 5715008.

HSL color Cylindrical-coordinate representation of color #403457: hue angle of 260.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403457 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 52 87 -
CMYK 0.26 0.40 0 0.66
HSL 260.57º 0.25% 0.27% -
HSV(B) 260.57º 0.4% 0.34% -
XYZ 5.06 4.23 9.57 -
YUV 59.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 64 52 87 0.26 0.40 0 0.66 260.57 0.25 0.27
Hex 40 34 57 1A 28 0 42 105 19 1B
Octal 100 64 127 32 50 0 102 405 31 33
Binary 1000000 110100 1010111 11010 101000 0 1000010 100000101 11001 11011

Color Harmonies of #403457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403457

Black with #403457

Text Example


Text Example

White with #403457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403457; }

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

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

background-color css

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

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

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

border-color css

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

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

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