Html Css Color HEX #3C4575 Port Gore

📋 copy color: '#3C4575'

red 60 ◦ green 69 ◦ blue 117

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

Shades of Port Gore #3C4575

Tints of Port Gore #3C4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 24.39%
G = 28.05%
B = 47.56%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C4575 (or 0x3C4575) is known color: Port Gore. HEX triplet: 3C, 45 and 75. RGB value is (60,69,117). Sum of RGB (Red+Green+Blue) = 60+69+117=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4575 is #C3BA8A. Grayscale: #474747. Windows color (decimal): -12827275 or 7685436. OLE color: 7685436.

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

Color convert

RGB 60 69 117 -
CMYK 0.49 0.41 0 0.54
HSL 230.53º 0.32% 0.35% -
HSV(B) 230.53º 0.49% 0.46% -
XYZ 7.2 6.5 17.7 -
YUV 71.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 60 69 117 0.49 0.41 0 0.54 230.53 0.32 0.35
Hex 3C 45 75 31 29 0 36 E7 20 23
Octal 74 105 165 61 51 0 66 347 40 43
Binary 111100 1000101 1110101 110001 101001 0 110110 11100111 100000 100011

Color Harmonies of #3C4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4575

Black with #3C4575

Text Example


Text Example

White with #3C4575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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