Html Css Color HEX #3B3060 Jacarta

📋 copy color: '#3B3060'

red 59 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #3B3060

Tints of Jacarta #3B3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 29.06%
G = 23.65%
B = 47.29%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B3060 (or 0x3B3060) is known color: Jacarta. HEX triplet: 3B, 30 and 60. RGB value is (59,48,96). Sum of RGB (Red+Green+Blue) = 59+48+96=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3060 is #C4CF9F. Grayscale: #383838. Windows color (decimal): -12898208 or 6303803. OLE color: 6303803.

HSL color Cylindrical-coordinate representation of color #3B3060: hue angle of 253.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B3060 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 48 96 -
CMYK 0.39 0.50 0 0.62
HSL 253.75º 0.33% 0.28% -
HSV(B) 253.75º 0.5% 0.38% -
XYZ 4.97 3.89 11.55 -
YUV 56.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 59 48 96 0.39 0.50 0 0.62 253.75 0.33 0.28
Hex 3B 30 60 27 32 0 3E FE 21 1C
Octal 73 60 140 47 62 0 76 376 41 34
Binary 111011 110000 1100000 100111 110010 0 111110 11111110 100001 11100

Color Harmonies of #3B3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3060

Black with #3B3060

Text Example


Text Example

White with #3B3060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,96); }

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

background-color css

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

 a { background-color: rgb(59,48,96); }

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

border-color css

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

 span { border-color: rgb(59,48,96); }

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