#3C3355

Color #3C3355 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #3C3355

Tints of Jacarta #3C3355

Color information

#3C3355 (or 0x3C3355) is unknown color: approx Jacarta. HEX triplet: 3C, 33 and 55. RGB value is (60,51,85). Sum of RGB (Red+Green+Blue) = 60+51+85=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3355 is #C3CCAA. Grayscale: #393939. Windows color (decimal): -12831915 or 5583676. OLE color: 5583676.

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

Color convert

RGB605185-
CMYK0.290.4000.67
HSL255.88º25%26.67%-
HSV(B)255.88º40%33.33%-
XYZ4.693.989.12-
YUV57.57143.48129.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.61%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=30.61%
G=26.02%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6051850.290.4000.67255.882526.67
Hex3C33551D28043100191b
Octal7463125355001034003133
Binary111100110011101010111101101000010000111000000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,85); }

 H1.HeaderClassName
 {
   color: #3C3355;
 }
 .AnyTagClassName
 {
   color: #3C3355;
 }
</style>
background-color css

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

 a { background-color: rgb(60,51,85); }

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

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

 span { border-color: rgb(60,51,85); }

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