Html Css Color HEX #3C486C Port Gore

📋 copy color: '#3C486C'

red 60 ◦ green 72 ◦ blue 108

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

Shades of Port Gore #3C486C

Tints of Port Gore #3C486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 25%
G = 30%
B = 45%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C486C (or 0x3C486C) is known color: Port Gore. HEX triplet: 3C, 48 and 6C. RGB value is (60,72,108). Sum of RGB (Red+Green+Blue) = 60+72+108=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C486C is #C3B793. Grayscale: #484848. Windows color (decimal): -12826516 or 7096380. OLE color: 7096380.

HSL color Cylindrical-coordinate representation of color #3C486C: hue angle of 225º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C486C is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 72 108 -
CMYK 0.44 0.33 0 0.58
HSL 225º 0.29% 0.33% -
HSV(B) 225º 0.44% 0.42% -
XYZ 6.89 6.68 15.11 -
YUV 72.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 60 72 108 0.44 0.33 0 0.58 225 0.29 0.33
Hex 3C 48 6C 2C 21 0 3A E1 1D 21
Octal 74 110 154 54 41 0 72 341 35 41
Binary 111100 1001000 1101100 101100 100001 0 111010 11100001 11101 100001

Color Harmonies of #3C486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C486C

Black with #3C486C

Text Example


Text Example

White with #3C486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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