Html Css Color HEX #3B3259 Jacarta

📋 copy color: '#3B3259'

red 59 ◦ green 50 ◦ blue 89

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

Shades of Jacarta #3B3259

Tints of Jacarta #3B3259

RGB

 RED value IS 59 (23.44% from 255) = 29.8%

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

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

R = 29.8%
G = 25.25%
B = 44.95%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B3259 (or 0x3B3259) is known color: Jacarta. HEX triplet: 3B, 32 and 59. RGB value is (59,50,89). Sum of RGB (Red+Green+Blue) = 59+50+89=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 50 (19.92% from 255 or 25.25% 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 #3B3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3259 is #C4CDA6. Grayscale: #383838. Windows color (decimal): -12897703 or 5845563. OLE color: 5845563.

HSL color Cylindrical-coordinate representation of color #3B3259: hue angle of 253.85º 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 #3B3259 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 50 89 -
CMYK 0.34 0.44 0 0.65
HSL 253.85º 0.28% 0.27% -
HSV(B) 253.85º 0.44% 0.35% -
XYZ 4.75 3.93 9.96 -
YUV 57.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 59 50 89 0.34 0.44 0 0.65 253.85 0.28 0.27
Hex 3B 32 59 22 2C 0 41 FE 1C 1B
Octal 73 62 131 42 54 0 101 376 34 33
Binary 111011 110010 1011001 100010 101100 0 1000001 11111110 11100 11011

Color Harmonies of #3B3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3259

Black with #3B3259

Text Example


Text Example

White with #3B3259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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