Html Css Color HEX #40345B Jacarta

📋 copy color: '#40345B'

red 64 ◦ green 52 ◦ blue 91

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

Shades of Jacarta #40345B

Tints of Jacarta #40345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 30.92%
G = 25.12%
B = 43.96%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40345B (or 0x40345B) is known color: Jacarta. HEX triplet: 40, 34 and 5B. RGB value is (64,52,91). Sum of RGB (Red+Green+Blue) = 64+52+91=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #40345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40345B is #BFCBA4. Grayscale: #3B3B3B. Windows color (decimal): -12569509 or 5977152. OLE color: 5977152.

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

Color convert

RGB 64 52 91 -
CMYK 0.30 0.43 0 0.64
HSL 258.46º 0.27% 0.28% -
HSV(B) 258.46º 0.43% 0.36% -
XYZ 5.23 4.3 10.45 -
YUV 60.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 64 52 91 0.30 0.43 0 0.64 258.46 0.27 0.28
Hex 40 34 5B 1E 2B 0 40 102 1B 1C
Octal 100 64 133 36 53 0 100 402 33 34
Binary 1000000 110100 1011011 11110 101011 0 1000000 100000010 11011 11100

Color Harmonies of #40345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40345B

Black with #40345B

Text Example


Text Example

White with #40345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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