Html Css Color HEX #40365A Jacarta

📋 copy color: '#40365A'

red 64 ◦ green 54 ◦ blue 90

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

Shades of Jacarta #40365A

Tints of Jacarta #40365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 30.77%
G = 25.96%
B = 43.27%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40365A (or 0x40365A) is known color: Jacarta. HEX triplet: 40, 36 and 5A. RGB value is (64,54,90). Sum of RGB (Red+Green+Blue) = 64+54+90=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #40365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40365A is #BFC9A5. Grayscale: #3C3C3C. Windows color (decimal): -12568998 or 5912128. OLE color: 5912128.

HSL color Cylindrical-coordinate representation of color #40365A: hue angle of 256.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40365A is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 54 90 -
CMYK 0.29 0.40 0 0.65
HSL 256.67º 0.25% 0.28% -
HSV(B) 256.67º 0.4% 0.35% -
XYZ 5.28 4.47 10.26 -
YUV 61.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 64 54 90 0.29 0.40 0 0.65 256.67 0.25 0.28
Hex 40 36 5A 1D 28 0 41 101 19 1C
Octal 100 66 132 35 50 0 101 401 31 34
Binary 1000000 110110 1011010 11101 101000 0 1000001 100000001 11001 11100

Color Harmonies of #40365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40365A

Black with #40365A

Text Example


Text Example

White with #40365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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