Html Css Color HEX #3A3359 Jacarta

📋 copy color: '#3A3359'

red 58 ◦ green 51 ◦ blue 89

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

Shades of Jacarta #3A3359

Tints of Jacarta #3A3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 29.29%
G = 25.76%
B = 44.95%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A3359 (or 0x3A3359) is known color: Jacarta. HEX triplet: 3A, 33 and 59. RGB value is (58,51,89). Sum of RGB (Red+Green+Blue) = 58+51+89=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A3359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3359 is #C5CCA6. Grayscale: #393939. Windows color (decimal): -12962983 or 5845818. OLE color: 5845818.

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

Color convert

RGB 58 51 89 -
CMYK 0.35 0.43 0 0.65
HSL 251.05º 0.27% 0.27% -
HSV(B) 251.05º 0.43% 0.35% -
XYZ 4.73 3.99 9.97 -
YUV 57.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 58 51 89 0.35 0.43 0 0.65 251.05 0.27 0.27
Hex 3A 33 59 23 2B 0 41 FB 1B 1B
Octal 72 63 131 43 53 0 101 373 33 33
Binary 111010 110011 1011001 100011 101011 0 1000001 11111011 11011 11011

Color Harmonies of #3A3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3359

Black with #3A3359

Text Example


Text Example

White with #3A3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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