Html Css Color HEX #40365B Jacarta

📋 copy color: '#40365B'

red 64 ◦ green 54 ◦ blue 91

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

Shades of Jacarta #40365B

Tints of Jacarta #40365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 30.62%
G = 25.84%
B = 43.54%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40365B (or 0x40365B) is known color: Jacarta. HEX triplet: 40, 36 and 5B. RGB value is (64,54,91). Sum of RGB (Red+Green+Blue) = 64+54+91=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #40365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40365B is #BFC9A4. Grayscale: #3D3D3D. Windows color (decimal): -12568997 or 5977664. OLE color: 5977664.

HSL color Cylindrical-coordinate representation of color #40365B: hue angle of 256.22º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40365B is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 54 91 -
CMYK 0.30 0.41 0 0.64
HSL 256.22º 0.26% 0.28% -
HSV(B) 256.22º 0.41% 0.36% -
XYZ 5.32 4.48 10.48 -
YUV 61.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 64 54 91 0.30 0.41 0 0.64 256.22 0.26 0.28
Hex 40 36 5B 1E 29 0 40 100 1A 1C
Octal 100 66 133 36 51 0 100 400 32 34
Binary 1000000 110110 1011011 11110 101001 0 1000000 100000000 11010 11100

Color Harmonies of #40365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40365B

Black with #40365B

Text Example


Text Example

White with #40365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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