#3C4372

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

Shades of Port Gore #3C4372

Tints of Port Gore #3C4372

Color information

#3C4372 (or 0x3C4372) is unknown color: approx Port Gore. HEX triplet: 3C, 43 and 72. RGB value is (60,67,114). Sum of RGB (Red+Green+Blue) = 60+67+114=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4372 is #C3BC8D. Grayscale: #464646. Windows color (decimal): -12827790 or 7488316. OLE color: 7488316.

HSL color Cylindrical-coordinate representation of color #3C4372: hue angle of 232.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4372 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6067114-
CMYK0.470.4100.55
HSL232.22º31.03%34.12%-
HSV(B)232.22º47.37%44.71%-
XYZ6.916.1916.75-
YUV70.26152.68120.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=24.90%
G=27.80%
B=47.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60671140.470.4100.55232.2231.0334.12
Hex3C43722F29037e81f22
Octal7410316257510673503742
Binary1111001000011111001010111110100101101111110100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,114); }

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

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

 a { background-color: rgb(60,67,114); }

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

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

 span { border-color: rgb(60,67,114); }

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