Html Css Color HEX #3C3061 Jacarta

📋 copy color: '#3C3061'

red 60 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #3C3061

Tints of Jacarta #3C3061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 29.27%
G = 23.41%
B = 47.32%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3061 (or 0x3C3061) is known color: Jacarta. HEX triplet: 3C, 30 and 61. RGB value is (60,48,97). Sum of RGB (Red+Green+Blue) = 60+48+97=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3061 is #C3CF9E. Grayscale: #383838. Windows color (decimal): -12832671 or 6369340. OLE color: 6369340.

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

Color convert

RGB 60 48 97 -
CMYK 0.38 0.51 0 0.62
HSL 254.69º 0.34% 0.28% -
HSV(B) 254.69º 0.51% 0.38% -
XYZ 5.08 3.94 11.8 -
YUV 57.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 60 48 97 0.38 0.51 0 0.62 254.69 0.34 0.28
Hex 3C 30 61 26 33 0 3E FF 22 1C
Octal 74 60 141 46 63 0 76 377 42 34
Binary 111100 110000 1100001 100110 110011 0 111110 11111111 100010 11100

Color Harmonies of #3C3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3061

Black with #3C3061

Text Example


Text Example

White with #3C3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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