Html Css Color HEX #3C395A Jacarta

📋 copy color: '#3C395A'

red 60 ◦ green 57 ◦ blue 90

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

Shades of Jacarta #3C395A

Tints of Jacarta #3C395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 28.99%
G = 27.54%
B = 43.48%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C395A (or 0x3C395A) is known color: Jacarta. HEX triplet: 3C, 39 and 5A. RGB value is (60,57,90). Sum of RGB (Red+Green+Blue) = 60+57+90=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C395A is #C3C6A5. Grayscale: #3D3D3D. Windows color (decimal): -12830374 or 5912892. OLE color: 5912892.

HSL color Cylindrical-coordinate representation of color #3C395A: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C395A is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 57 90 -
CMYK 0.33 0.37 0 0.65
HSL 245.45º 0.22% 0.29% -
HSV(B) 245.45º 0.37% 0.35% -
XYZ 5.17 4.63 10.29 -
YUV 61.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 60 57 90 0.33 0.37 0 0.65 245.45 0.22 0.29
Hex 3C 39 5A 21 25 0 41 F5 16 1D
Octal 74 71 132 41 45 0 101 365 26 35
Binary 111100 111001 1011010 100001 100101 0 1000001 11110101 10110 11101

Color Harmonies of #3C395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C395A

Black with #3C395A

Text Example


Text Example

White with #3C395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,90); }

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

background-color css

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

 a { background-color: rgb(60,57,90); }

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

border-color css

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

 span { border-color: rgb(60,57,90); }

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