#3C2F5C

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

Shades of Jacarta #3C2F5C

Tints of Jacarta #3C2F5C

Color information

#3C2F5C (or 0x3C2F5C) is unknown color: approx Jacarta. HEX triplet: 3C, 2F and 5C. RGB value is (60,47,92). Sum of RGB (Red+Green+Blue) = 60+47+92=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C2F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2F5C is #C3D0A3. Grayscale: #373737. Windows color (decimal): -12832932 or 6041404. OLE color: 6041404.

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

Color convert

RGB604792-
CMYK0.350.4900.64
HSL257.33º32.37%27.25%-
HSV(B)257.33º48.91%36.08%-
XYZ4.813.7710.6-
YUV56.02148.31130.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=30.15%
G=23.62%
B=46.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6047920.350.4900.64257.3332.3727.25
Hex3C2F5C2331040101201b
Octal7457134436101004014033
Binary11110010111110111001000111100010100000010000000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,47,92); }

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

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

 a { background-color: rgb(60,47,92); }

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

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

 span { border-color: rgb(60,47,92); }

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