Html Css Color HEX #3C355B Jacarta

📋 copy color: '#3C355B'

red 60 ◦ green 53 ◦ blue 91

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

Shades of Jacarta #3C355B

Tints of Jacarta #3C355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 29.41%
G = 25.98%
B = 44.61%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C355B (or 0x3C355B) is known color: Jacarta. HEX triplet: 3C, 35 and 5B. RGB value is (60,53,91). Sum of RGB (Red+Green+Blue) = 60+53+91=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C355B is #C3CAA4. Grayscale: #3B3B3B. Windows color (decimal): -12831397 or 5977404. OLE color: 5977404.

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

Color convert

RGB 60 53 91 -
CMYK 0.34 0.42 0 0.64
HSL 251.05º 0.26% 0.28% -
HSV(B) 251.05º 0.42% 0.36% -
XYZ 5.02 4.26 10.46 -
YUV 59.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 60 53 91 0.34 0.42 0 0.64 251.05 0.26 0.28
Hex 3C 35 5B 22 2A 0 40 FB 1A 1C
Octal 74 65 133 42 52 0 100 373 32 34
Binary 111100 110101 1011011 100010 101010 0 1000000 11111011 11010 11100

Color Harmonies of #3C355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C355B

Black with #3C355B

Text Example


Text Example

White with #3C355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,53,91); }

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

background-color css

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

 a { background-color: rgb(60,53,91); }

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

border-color css

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

 span { border-color: rgb(60,53,91); }

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