Html Css Color HEX #3C4867 Port Gore

📋 copy color: '#3C4867'

red 60 ◦ green 72 ◦ blue 103

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

Shades of Port Gore #3C4867

Tints of Port Gore #3C4867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 25.53%
G = 30.64%
B = 43.83%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3C4867 (or 0x3C4867) is known color: Port Gore. HEX triplet: 3C, 48 and 67. RGB value is (60,72,103). Sum of RGB (Red+Green+Blue) = 60+72+103=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C4867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4867 is #C3B798. Grayscale: #474747. Windows color (decimal): -12826521 or 6768700. OLE color: 6768700.

HSL color Cylindrical-coordinate representation of color #3C4867: hue angle of 223.26º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C4867 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 60 72 103 -
CMYK 0.42 0.30 0 0.60
HSL 223.26º 0.26% 0.32% -
HSV(B) 223.26º 0.42% 0.4% -
XYZ 6.63 6.57 13.75 -
YUV 71.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 60 72 103 0.42 0.30 0 0.60 223.26 0.26 0.32
Hex 3C 48 67 2A 1E 0 3C DF 1A 20
Octal 74 110 147 52 36 0 74 337 32 40
Binary 111100 1001000 1100111 101010 11110 0 111100 11011111 11010 100000

Color Harmonies of #3C4867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4867

Black with #3C4867

Text Example


Text Example

White with #3C4867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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