Html Css Color HEX #39355B Jacarta

📋 copy color: '#39355B'

red 57 ◦ green 53 ◦ blue 91

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

Shades of Jacarta #39355B

Tints of Jacarta #39355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 28.36%
G = 26.37%
B = 45.27%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39355B (or 0x39355B) is known color: Jacarta. HEX triplet: 39, 35 and 5B. RGB value is (57,53,91). Sum of RGB (Red+Green+Blue) = 57+53+91=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #39355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39355B is #C6CAA4. Grayscale: #3A3A3A. Windows color (decimal): -13028005 or 5977401. OLE color: 5977401.

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

Color convert

RGB 57 53 91 -
CMYK 0.37 0.42 0 0.64
HSL 246.32º 0.26% 0.28% -
HSV(B) 246.32º 0.42% 0.36% -
XYZ 4.85 4.17 10.45 -
YUV 58.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 57 53 91 0.37 0.42 0 0.64 246.32 0.26 0.28
Hex 39 35 5B 25 2A 0 40 F6 1A 1C
Octal 71 65 133 45 52 0 100 366 32 34
Binary 111001 110101 1011011 100101 101010 0 1000000 11110110 11010 11100

Color Harmonies of #39355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39355B

Black with #39355B

Text Example


Text Example

White with #39355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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