Html Css Color HEX #39345E Jacarta

📋 copy color: '#39345E'

red 57 ◦ green 52 ◦ blue 94

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

Shades of Jacarta #39345E

Tints of Jacarta #39345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 28.08%
G = 25.62%
B = 46.31%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39345E (or 0x39345E) is known color: Jacarta. HEX triplet: 39, 34 and 5E. RGB value is (57,52,94). Sum of RGB (Red+Green+Blue) = 57+52+94=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #39345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39345E is #C6CBA1. Grayscale: #3A3A3A. Windows color (decimal): -13028258 or 6173753. OLE color: 6173753.

HSL color Cylindrical-coordinate representation of color #39345E: hue angle of 247.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39345E is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 52 94 -
CMYK 0.39 0.45 0 0.63
HSL 247.14º 0.29% 0.29% -
HSV(B) 247.14º 0.45% 0.37% -
XYZ 4.94 4.13 11.13 -
YUV 58.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 57 52 94 0.39 0.45 0 0.63 247.14 0.29 0.29
Hex 39 34 5E 27 2D 0 3F F7 1D 1D
Octal 71 64 136 47 55 0 77 367 35 35
Binary 111001 110100 1011110 100111 101101 0 111111 11110111 11101 11101

Color Harmonies of #39345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39345E

Black with #39345E

Text Example


Text Example

White with #39345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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