Html Css Color HEX #40365C Jacarta

📋 copy color: '#40365C'

red 64 ◦ green 54 ◦ blue 92

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

Shades of Jacarta #40365C

Tints of Jacarta #40365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 30.48%
G = 25.71%
B = 43.81%

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

#40365C (or 0x40365C) is known color: Jacarta. HEX triplet: 40, 36 and 5C. RGB value is (64,54,92). Sum of RGB (Red+Green+Blue) = 64+54+92=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #40365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40365C is #BFC9A3. Grayscale: #3D3D3D. Windows color (decimal): -12568996 or 6043200. OLE color: 6043200.

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

Color convert

RGB 64 54 92 -
CMYK 0.30 0.41 0 0.64
HSL 255.79º 0.26% 0.29% -
HSV(B) 255.79º 0.41% 0.36% -
XYZ 5.37 4.5 10.71 -
YUV 61.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 64 54 92 0.30 0.41 0 0.64 255.79 0.26 0.29
Hex 40 36 5C 1E 29 0 40 100 1A 1D
Octal 100 66 134 36 51 0 100 400 32 35
Binary 1000000 110110 1011100 11110 101001 0 1000000 100000000 11010 11101

Color Harmonies of #40365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40365C

Black with #40365C

Text Example


Text Example

White with #40365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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