Html Css Color HEX #3B3261 Jacarta

📋 copy color: '#3B3261'

red 59 ◦ green 50 ◦ blue 97

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

Shades of Jacarta #3B3261

Tints of Jacarta #3B3261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 28.64%
G = 24.27%
B = 47.09%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B3261 (or 0x3B3261) is known color: Jacarta. HEX triplet: 3B, 32 and 61. RGB value is (59,50,97). Sum of RGB (Red+Green+Blue) = 59+50+97=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3261 is #C4CD9E. Grayscale: #393939. Windows color (decimal): -12897695 or 6369851. OLE color: 6369851.

HSL color Cylindrical-coordinate representation of color #3B3261: hue angle of 251.49º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B3261 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 50 97 -
CMYK 0.39 0.48 0 0.62
HSL 251.49º 0.32% 0.29% -
HSV(B) 251.49º 0.48% 0.38% -
XYZ 5.1 4.07 11.83 -
YUV 58.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 59 50 97 0.39 0.48 0 0.62 251.49 0.32 0.29
Hex 3B 32 61 27 30 0 3E FB 20 1D
Octal 73 62 141 47 60 0 76 373 40 35
Binary 111011 110010 1100001 100111 110000 0 111110 11111011 100000 11101

Color Harmonies of #3B3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3261

Black with #3B3261

Text Example


Text Example

White with #3B3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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