Html Css Color HEX #3C4475 Port Gore

📋 copy color: '#3C4475'

red 60 ◦ green 68 ◦ blue 117

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

Shades of Port Gore #3C4475

Tints of Port Gore #3C4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 24.49%
G = 27.76%
B = 47.76%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C4475 (or 0x3C4475) is known color: Port Gore. HEX triplet: 3C, 44 and 75. RGB value is (60,68,117). Sum of RGB (Red+Green+Blue) = 60+68+117=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4475 is #C3BB8A. Grayscale: #464646. Windows color (decimal): -12827531 or 7685180. OLE color: 7685180.

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

Color convert

RGB 60 68 117 -
CMYK 0.49 0.42 0 0.54
HSL 231.58º 0.32% 0.35% -
HSV(B) 231.58º 0.49% 0.46% -
XYZ 7.14 6.38 17.68 -
YUV 71.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 60 68 117 0.49 0.42 0 0.54 231.58 0.32 0.35
Hex 3C 44 75 31 2A 0 36 E8 20 23
Octal 74 104 165 61 52 0 66 350 40 43
Binary 111100 1000100 1110101 110001 101010 0 110110 11101000 100000 100011

Color Harmonies of #3C4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4475

Black with #3C4475

Text Example


Text Example

White with #3C4475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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