#3C4474

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

Shades of Port Gore #3C4474

Tints of Port Gore #3C4474

Color information

#3C4474 (or 0x3C4474) is unknown color: approx Port Gore. HEX triplet: 3C, 44 and 74. RGB value is (60,68,116). Sum of RGB (Red+Green+Blue) = 60+68+116=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C4474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4474 is #C3BB8B. Grayscale: #464646. Windows color (decimal): -12827532 or 7619644. OLE color: 7619644.

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

Color convert

RGB6068116-
CMYK0.480.4100.55
HSL231.43º31.82%34.51%-
HSV(B)231.43º48.28%45.49%-
XYZ7.086.3617.38-
YUV71.08153.35120.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 116 (45.70% from 255) = 47.54%
R=24.59%
G=27.87%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60681160.480.4100.55231.4331.8234.51
Hex3C44743029037e72023
Octal7410416460510673474043
Binary11110010001001110100110000101001011011111100111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,116); }

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

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

 a { background-color: rgb(60,68,116); }

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

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

 span { border-color: rgb(60,68,116); }

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