Html Css Color HEX #3C3057 Jacarta

📋 copy color: '#3C3057'

red 60 ◦ green 48 ◦ blue 87

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

Shades of Jacarta #3C3057

Tints of Jacarta #3C3057

RGB

 RED value IS 60 (23.83% from 255) = 30.77%

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

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 30.77%
G = 24.62%
B = 44.62%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3C3057 (or 0x3C3057) is known color: Jacarta. HEX triplet: 3C, 30 and 57. RGB value is (60,48,87). Sum of RGB (Red+Green+Blue) = 60+48+87=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3057 is #C3CFA8. Grayscale: #373737. Windows color (decimal): -12832681 or 5713980. OLE color: 5713980.

HSL color Cylindrical-coordinate representation of color #3C3057: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3057 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 48 87 -
CMYK 0.31 0.45 0 0.66
HSL 258.46º 0.29% 0.26% -
HSV(B) 258.46º 0.45% 0.34% -
XYZ 4.64 3.76 9.5 -
YUV 56.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 60 48 87 0.31 0.45 0 0.66 258.46 0.29 0.26
Hex 3C 30 57 1F 2D 0 42 102 1D 1A
Octal 74 60 127 37 55 0 102 402 35 32
Binary 111100 110000 1010111 11111 101101 0 1000010 100000010 11101 11010

Color Harmonies of #3C3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3057

Black with #3C3057

Text Example


Text Example

White with #3C3057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,87); }

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

background-color css

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

 a { background-color: rgb(60,48,87); }

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

border-color css

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

 span { border-color: rgb(60,48,87); }

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