Html Css Color HEX #3B3754 Jacarta

📋 copy color: '#3B3754'

red 59 ◦ green 55 ◦ blue 84

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

Shades of Jacarta #3B3754

Tints of Jacarta #3B3754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.42%

R = 29.8%
G = 27.78%
B = 42.42%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B3754 (or 0x3B3754) is known color: Jacarta. HEX triplet: 3B, 37 and 54. RGB value is (59,55,84). Sum of RGB (Red+Green+Blue) = 59+55+84=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B3754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3754 is #C4C8AB. Grayscale: #3B3B3B. Windows color (decimal): -12896428 or 5519163. OLE color: 5519163.

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

Color convert

RGB 59 55 84 -
CMYK 0.30 0.35 0 0.67
HSL 248.28º 0.21% 0.27% -
HSV(B) 248.28º 0.35% 0.33% -
XYZ 4.77 4.3 8.97 -
YUV 59.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 59 55 84 0.30 0.35 0 0.67 248.28 0.21 0.27
Hex 3B 37 54 1E 23 0 43 F8 15 1B
Octal 73 67 124 36 43 0 103 370 25 33
Binary 111011 110111 1010100 11110 100011 0 1000011 11111000 10101 11011

Color Harmonies of #3B3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3754

Black with #3B3754

Text Example


Text Example

White with #3B3754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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