Html Css Color HEX #3C345D Jacarta

📋 copy color: '#3C345D'

red 60 ◦ green 52 ◦ blue 93

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

Shades of Jacarta #3C345D

Tints of Jacarta #3C345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

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

R = 29.27%
G = 25.37%
B = 45.37%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C345D (or 0x3C345D) is known color: Jacarta. HEX triplet: 3C, 34 and 5D. RGB value is (60,52,93). Sum of RGB (Red+Green+Blue) = 60+52+93=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C345D is #C3CBA2. Grayscale: #3A3A3A. Windows color (decimal): -12831651 or 6108220. OLE color: 6108220.

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

Color convert

RGB 60 52 93 -
CMYK 0.35 0.44 0 0.64
HSL 251.71º 0.28% 0.28% -
HSV(B) 251.71º 0.44% 0.36% -
XYZ 5.07 4.21 10.9 -
YUV 59.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 60 52 93 0.35 0.44 0 0.64 251.71 0.28 0.28
Hex 3C 34 5D 23 2C 0 40 FC 1C 1C
Octal 74 64 135 43 54 0 100 374 34 34
Binary 111100 110100 1011101 100011 101100 0 1000000 11111100 11100 11100

Color Harmonies of #3C345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C345D

Black with #3C345D

Text Example


Text Example

White with #3C345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,93); }

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

background-color css

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

 a { background-color: rgb(60,52,93); }

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

border-color css

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

 span { border-color: rgb(60,52,93); }

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