Html Css Color HEX #40355D Jacarta

📋 copy color: '#40355D'

red 64 ◦ green 53 ◦ blue 93

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

Shades of Jacarta #40355D

Tints of Jacarta #40355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 30.48%
G = 25.24%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40355D (or 0x40355D) is known color: Jacarta. HEX triplet: 40, 35 and 5D. RGB value is (64,53,93). Sum of RGB (Red+Green+Blue) = 64+53+93=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #40355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40355D is #BFCAA2. Grayscale: #3C3C3C. Windows color (decimal): -12569251 or 6108480. OLE color: 6108480.

HSL color Cylindrical-coordinate representation of color #40355D: hue angle of 256.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40355D is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 53 93 -
CMYK 0.31 0.43 0 0.64
HSL 256.5º 0.27% 0.29% -
HSV(B) 256.5º 0.43% 0.36% -
XYZ 5.36 4.43 10.93 -
YUV 60.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 64 53 93 0.31 0.43 0 0.64 256.5 0.27 0.29
Hex 40 35 5D 1F 2B 0 40 100 1B 1D
Octal 100 65 135 37 53 0 100 400 33 35
Binary 1000000 110101 1011101 11111 101011 0 1000000 100000000 11011 11101

Color Harmonies of #40355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40355D

Black with #40355D

Text Example


Text Example

White with #40355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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