Html Css Color HEX #3A2F59 Jacarta

📋 copy color: '#3A2F59'

red 58 ◦ green 47 ◦ blue 89

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

Shades of Jacarta #3A2F59

Tints of Jacarta #3A2F59

RGB

 RED value IS 58 (23.05% from 255) = 29.9%

 GREEN value IS 47 (18.75% from 255) = 24.23%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 29.9%
G = 24.23%
B = 45.88%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A2F59 (or 0x3A2F59) is known color: Jacarta. HEX triplet: 3A, 2F and 59. RGB value is (58,47,89). Sum of RGB (Red+Green+Blue) = 58+47+89=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A2F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F59 is #C5D0A6. Grayscale: #363636. Windows color (decimal): -12964007 or 5844794. OLE color: 5844794.

HSL color Cylindrical-coordinate representation of color #3A2F59: hue angle of 255.71º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A2F59 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 47 89 -
CMYK 0.35 0.47 0 0.65
HSL 255.71º 0.31% 0.27% -
HSV(B) 255.71º 0.47% 0.35% -
XYZ 4.56 3.65 9.92 -
YUV 55.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 58 47 89 0.35 0.47 0 0.65 255.71 0.31 0.27
Hex 3A 2F 59 23 2F 0 41 100 1F 1B
Octal 72 57 131 43 57 0 101 400 37 33
Binary 111010 101111 1011001 100011 101111 0 1000001 100000000 11111 11011

Color Harmonies of #3A2F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F59

Black with #3A2F59

Text Example


Text Example

White with #3A2F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2F59; }

 p { color: rgb(58,47,89); }

 H1.HeaderClassName
 {
   color: #3A2F59;
 }
 .AnyTagClassName
 {
   color: #3A2F59;
 }
</style>

background-color css

<style>
 a { background-color: #3A2F59; }

 a { background-color: rgb(58,47,89); }

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

border-color css

<style>
 span { border-color: #3A2F59; }

 span { border-color: rgb(58,47,89); }

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