Html Css Color HEX #3C385D Jacarta

📋 copy color: '#3C385D'

red 60 ◦ green 56 ◦ blue 93

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

Shades of Jacarta #3C385D

Tints of Jacarta #3C385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 28.71%
G = 26.79%
B = 44.5%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C385D (or 0x3C385D) is known color: Jacarta. HEX triplet: 3C, 38 and 5D. RGB value is (60,56,93). Sum of RGB (Red+Green+Blue) = 60+56+93=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C385D is #C3C7A2. Grayscale: #3D3D3D. Windows color (decimal): -12830627 or 6109244. OLE color: 6109244.

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

Color convert

RGB 60 56 93 -
CMYK 0.35 0.40 0 0.64
HSL 246.49º 0.25% 0.29% -
HSV(B) 246.49º 0.4% 0.36% -
XYZ 5.25 4.58 10.96 -
YUV 61.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 60 56 93 0.35 0.40 0 0.64 246.49 0.25 0.29
Hex 3C 38 5D 23 28 0 40 F6 19 1D
Octal 74 70 135 43 50 0 100 366 31 35
Binary 111100 111000 1011101 100011 101000 0 1000000 11110110 11001 11101

Color Harmonies of #3C385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C385D

Black with #3C385D

Text Example


Text Example

White with #3C385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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