Html Css Color HEX #3A3753 Jacarta

📋 copy color: '#3A3753'

red 58 ◦ green 55 ◦ blue 83

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

Shades of Jacarta #3A3753

Tints of Jacarta #3A3753

RGB

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

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

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

R = 29.59%
G = 28.06%
B = 42.35%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3A3753 (or 0x3A3753) is known color: Jacarta. HEX triplet: 3A, 37 and 53. RGB value is (58,55,83). Sum of RGB (Red+Green+Blue) = 58+55+83=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3753 is #C5C8AC. Grayscale: #3A3A3A. Windows color (decimal): -12961965 or 5453626. OLE color: 5453626.

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

Color convert

RGB 58 55 83 -
CMYK 0.30 0.34 0 0.67
HSL 246.43º 0.2% 0.27% -
HSV(B) 246.43º 0.34% 0.33% -
XYZ 4.67 4.26 8.76 -
YUV 59.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 58 55 83 0.30 0.34 0 0.67 246.43 0.2 0.27
Hex 3A 37 53 1E 22 0 43 F6 14 1B
Octal 72 67 123 36 42 0 103 366 24 33
Binary 111010 110111 1010011 11110 100010 0 1000011 11110110 10100 11011

Color Harmonies of #3A3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3753

Black with #3A3753

Text Example


Text Example

White with #3A3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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