Html Css Color HEX #3B3753 Jacarta

📋 copy color: '#3B3753'

red 59 ◦ green 55 ◦ blue 83

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

Shades of Jacarta #3B3753

Tints of Jacarta #3B3753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 29.95%
G = 27.92%
B = 42.13%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B3753 (or 0x3B3753) is known color: Jacarta. HEX triplet: 3B, 37 and 53. RGB value is (59,55,83). Sum of RGB (Red+Green+Blue) = 59+55+83=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3753 is #C4C8AC. Grayscale: #3B3B3B. Windows color (decimal): -12896429 or 5453627. OLE color: 5453627.

HSL color Cylindrical-coordinate representation of color #3B3753: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3753 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 55 83 -
CMYK 0.29 0.34 0 0.67
HSL 248.57º 0.2% 0.27% -
HSV(B) 248.57º 0.34% 0.33% -
XYZ 4.73 4.29 8.76 -
YUV 59.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 59 55 83 0.29 0.34 0 0.67 248.57 0.2 0.27
Hex 3B 37 53 1D 22 0 43 F9 14 1B
Octal 73 67 123 35 42 0 103 371 24 33
Binary 111011 110111 1010011 11101 100010 0 1000011 11111001 10100 11011

Color Harmonies of #3B3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3753

Black with #3B3753

Text Example


Text Example

White with #3B3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,83); }

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

background-color css

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

 a { background-color: rgb(59,55,83); }

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

border-color css

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

 span { border-color: rgb(59,55,83); }

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