#3C2F5A

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

Shades of Jacarta #3C2F5A

Tints of Jacarta #3C2F5A

Color information

#3C2F5A (or 0x3C2F5A) is unknown color: approx Jacarta. HEX triplet: 3C, 2F and 5A. RGB value is (60,47,90). Sum of RGB (Red+Green+Blue) = 60+47+90=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C2F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2F5A is #C3D0A5. Grayscale: #373737. Windows color (decimal): -12832934 or 5910332. OLE color: 5910332.

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

Color convert

RGB604790-
CMYK0.330.4800.65
HSL258.14º31.39%26.86%-
HSV(B)258.14º47.78%35.29%-
XYZ4.733.7310.14-
YUV55.79147.31131-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=30.46%
G=23.86%
B=45.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6047900.330.4800.65258.1431.3926.86
Hex3C2F5A21300411021f1b
Octal7457132416001014023733
Binary1111001011111011010100001110000010000011000000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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