Html Css Color HEX #39345B Jacarta

📋 copy color: '#39345B'

red 57 ◦ green 52 ◦ blue 91

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

Shades of Jacarta #39345B

Tints of Jacarta #39345B

RGB

 RED value IS 57 (22.66% from 255) = 28.5%

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

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

R = 28.5%
G = 26%
B = 45.5%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39345B (or 0x39345B) is known color: Jacarta. HEX triplet: 39, 34 and 5B. RGB value is (57,52,91). Sum of RGB (Red+Green+Blue) = 57+52+91=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #39345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39345B is #C6CBA4. Grayscale: #393939. Windows color (decimal): -13028261 or 5977145. OLE color: 5977145.

HSL color Cylindrical-coordinate representation of color #39345B: hue angle of 247.69º 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 #39345B is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 52 91 -
CMYK 0.37 0.43 0 0.64
HSL 247.69º 0.27% 0.28% -
HSV(B) 247.69º 0.43% 0.36% -
XYZ 4.8 4.08 10.43 -
YUV 57.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 57 52 91 0.37 0.43 0 0.64 247.69 0.27 0.28
Hex 39 34 5B 25 2B 0 40 F8 1B 1C
Octal 71 64 133 45 53 0 100 370 33 34
Binary 111001 110100 1011011 100101 101011 0 1000000 11111000 11011 11100

Color Harmonies of #39345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39345B

Black with #39345B

Text Example


Text Example

White with #39345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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