#3C4775

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

Shades of Port Gore #3C4775

Tints of Port Gore #3C4775

Color information

#3C4775 (or 0x3C4775) is unknown color: approx Port Gore. HEX triplet: 3C, 47 and 75. RGB value is (60,71,117). Sum of RGB (Red+Green+Blue) = 60+71+117=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4775 is #C3B88A. Grayscale: #484848. Windows color (decimal): -12826763 or 7685948. OLE color: 7685948.

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

Color convert

RGB6071117-
CMYK0.490.3900.54
HSL228.42º32.2%34.71%-
HSV(B)228.42º48.72%45.88%-
XYZ7.336.7517.75-
YUV72.96152.86118.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=24.19%
G=28.63%
B=47.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60711170.490.3900.54228.4232.234.71
Hex3C47753127036e42023
Octal7410716561470663444043
Binary11110010001111110101110001100111011011011100100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,71,117); }

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

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

 a { background-color: rgb(60,71,117); }

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

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

 span { border-color: rgb(60,71,117); }

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