Html Css Color HEX #3C4975 Port Gore

📋 copy color: '#3C4975'

red 60 ◦ green 73 ◦ blue 117

#3C4975
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Port Gore #3C4975

Tints of Port Gore #3C4975

RGB

 RED value IS 60 (23.83% from 255) = 24%

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 24%
G = 29.2%
B = 46.8%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C4975 (or 0x3C4975) is known color: Port Gore. HEX triplet: 3C, 49 and 75. RGB value is (60,73,117). Sum of RGB (Red+Green+Blue) = 60+73+117=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4975 is #C3B68A. Grayscale: #494949. Windows color (decimal): -12826251 or 7686460. OLE color: 7686460.

HSL color Cylindrical-coordinate representation of color #3C4975: hue angle of 226.32º 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 #3C4975 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 73 117 -
CMYK 0.49 0.38 0 0.54
HSL 226.32º 0.32% 0.35% -
HSV(B) 226.32º 0.49% 0.46% -
XYZ 7.46 7.01 17.79 -
YUV 74.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 60 73 117 0.49 0.38 0 0.54 226.32 0.32 0.35
Hex 3C 49 75 31 26 0 36 E2 20 23
Octal 74 111 165 61 46 0 66 342 40 43
Binary 111100 1001001 1110101 110001 100110 0 110110 11100010 100000 100011

Color Harmonies of #3C4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4975

Black with #3C4975

Text Example


Text Example

White with #3C4975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C4975;
 }
 .AnyTagClassName
 {
   color: #3C4975;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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