Html Css Color HEX #3B335D Jacarta

📋 copy color: '#3B335D'

red 59 ◦ green 51 ◦ blue 93

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

Shades of Jacarta #3B335D

Tints of Jacarta #3B335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 29.06%
G = 25.12%
B = 45.81%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B335D (or 0x3B335D) is known color: Jacarta. HEX triplet: 3B, 33 and 5D. RGB value is (59,51,93). Sum of RGB (Red+Green+Blue) = 59+51+93=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B335D is #C4CCA2. Grayscale: #3A3A3A. Windows color (decimal): -12897443 or 6107963. OLE color: 6107963.

HSL color Cylindrical-coordinate representation of color #3B335D: hue angle of 251.43º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B335D is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 51 93 -
CMYK 0.37 0.45 0 0.64
HSL 251.43º 0.29% 0.28% -
HSV(B) 251.43º 0.45% 0.36% -
XYZ 4.96 4.09 10.88 -
YUV 58.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 59 51 93 0.37 0.45 0 0.64 251.43 0.29 0.28
Hex 3B 33 5D 25 2D 0 40 FB 1D 1C
Octal 73 63 135 45 55 0 100 373 35 34
Binary 111011 110011 1011101 100101 101101 0 1000000 11111011 11101 11100

Color Harmonies of #3B335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B335D

Black with #3B335D

Text Example


Text Example

White with #3B335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,51,93); }

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

background-color css

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

 a { background-color: rgb(59,51,93); }

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

border-color css

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

 span { border-color: rgb(59,51,93); }

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