Html Css Color HEX #40365D Jacarta

📋 copy color: '#40365D'

red 64 ◦ green 54 ◦ blue 93

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

Shades of Jacarta #40365D

Tints of Jacarta #40365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 30.33%
G = 25.59%
B = 44.08%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40365D (or 0x40365D) is known color: Jacarta. HEX triplet: 40, 36 and 5D. RGB value is (64,54,93). Sum of RGB (Red+Green+Blue) = 64+54+93=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #40365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40365D is #BFC9A2. Grayscale: #3D3D3D. Windows color (decimal): -12568995 or 6108736. OLE color: 6108736.

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

Color convert

RGB 64 54 93 -
CMYK 0.31 0.42 0 0.64
HSL 255.38º 0.27% 0.29% -
HSV(B) 255.38º 0.42% 0.36% -
XYZ 5.41 4.52 10.94 -
YUV 61.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 64 54 93 0.31 0.42 0 0.64 255.38 0.27 0.29
Hex 40 36 5D 1F 2A 0 40 FF 1B 1D
Octal 100 66 135 37 52 0 100 377 33 35
Binary 1000000 110110 1011101 11111 101010 0 1000000 11111111 11011 11101

Color Harmonies of #40365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40365D

Black with #40365D

Text Example


Text Example

White with #40365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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