Html Css Color HEX #3C4875 Port Gore

📋 copy color: '#3C4875'

red 60 ◦ green 72 ◦ blue 117

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

Shades of Port Gore #3C4875

Tints of Port Gore #3C4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 24.1%
G = 28.92%
B = 46.99%

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

#3C4875 (or 0x3C4875) is known color: Port Gore. HEX triplet: 3C, 48 and 75. RGB value is (60,72,117). Sum of RGB (Red+Green+Blue) = 60+72+117=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4875 is #C3B78A. Grayscale: #494949. Windows color (decimal): -12826507 or 7686204. OLE color: 7686204.

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

Color convert

RGB 60 72 117 -
CMYK 0.49 0.38 0 0.54
HSL 227.37º 0.32% 0.35% -
HSV(B) 227.37º 0.49% 0.46% -
XYZ 7.39 6.88 17.77 -
YUV 73.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 60 72 117 0.49 0.38 0 0.54 227.37 0.32 0.35
Hex 3C 48 75 31 26 0 36 E3 20 23
Octal 74 110 165 61 46 0 66 343 40 43
Binary 111100 1001000 1110101 110001 100110 0 110110 11100011 100000 100011

Color Harmonies of #3C4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4875

Black with #3C4875

Text Example


Text Example

White with #3C4875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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