Html Css Color HEX #3A3259 Jacarta

📋 copy color: '#3A3259'

red 58 ◦ green 50 ◦ blue 89

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

Shades of Jacarta #3A3259

Tints of Jacarta #3A3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 29.44%
G = 25.38%
B = 45.18%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A3259 (or 0x3A3259) is known color: Jacarta. HEX triplet: 3A, 32 and 59. RGB value is (58,50,89). Sum of RGB (Red+Green+Blue) = 58+50+89=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3259 is #C5CDA6. Grayscale: #383838. Windows color (decimal): -12963239 or 5845562. OLE color: 5845562.

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

Color convert

RGB 58 50 89 -
CMYK 0.35 0.44 0 0.65
HSL 252.31º 0.28% 0.27% -
HSV(B) 252.31º 0.44% 0.35% -
XYZ 4.69 3.9 9.96 -
YUV 56.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 58 50 89 0.35 0.44 0 0.65 252.31 0.28 0.27
Hex 3A 32 59 23 2C 0 41 FC 1C 1B
Octal 72 62 131 43 54 0 101 374 34 33
Binary 111010 110010 1011001 100011 101100 0 1000001 11111100 11100 11011

Color Harmonies of #3A3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3259

Black with #3A3259

Text Example


Text Example

White with #3A3259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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