Html Css Color HEX #40365F Jacarta

📋 copy color: '#40365F'

red 64 ◦ green 54 ◦ blue 95

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

Shades of Jacarta #40365F

Tints of Jacarta #40365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 30.05%
G = 25.35%
B = 44.6%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40365F (or 0x40365F) is known color: Jacarta. HEX triplet: 40, 36 and 5F. RGB value is (64,54,95). Sum of RGB (Red+Green+Blue) = 64+54+95=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #40365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40365F is #BFC9A0. Grayscale: #3D3D3D. Windows color (decimal): -12568993 or 6239808. OLE color: 6239808.

HSL color Cylindrical-coordinate representation of color #40365F: hue angle of 254.63º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40365F is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 54 95 -
CMYK 0.33 0.43 0 0.63
HSL 254.63º 0.28% 0.29% -
HSV(B) 254.63º 0.43% 0.37% -
XYZ 5.5 4.55 11.42 -
YUV 61.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 64 54 95 0.33 0.43 0 0.63 254.63 0.28 0.29
Hex 40 36 5F 21 2B 0 3F FF 1C 1D
Octal 100 66 137 41 53 0 77 377 34 35
Binary 1000000 110110 1011111 100001 101011 0 111111 11111111 11100 11101

Color Harmonies of #40365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40365F

Black with #40365F

Text Example


Text Example

White with #40365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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