Html Css Color HEX #3C426F Port Gore

📋 copy color: '#3C426F'

red 60 ◦ green 66 ◦ blue 111

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

Shades of Port Gore #3C426F

Tints of Port Gore #3C426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.85%

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 25.32%
G = 27.85%
B = 46.84%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C426F (or 0x3C426F) is known color: Port Gore. HEX triplet: 3C, 42 and 6F. RGB value is (60,66,111). Sum of RGB (Red+Green+Blue) = 60+66+111=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C426F is #C3BD90. Grayscale: #454545. Windows color (decimal): -12828049 or 7291452. OLE color: 7291452.

HSL color Cylindrical-coordinate representation of color #3C426F: hue angle of 232.94º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C426F is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 66 111 -
CMYK 0.46 0.41 0 0.56
HSL 232.94º 0.3% 0.34% -
HSV(B) 232.94º 0.46% 0.44% -
XYZ 6.68 6 15.85 -
YUV 69.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 60 66 111 0.46 0.41 0 0.56 232.94 0.3 0.34
Hex 3C 42 6F 2E 29 0 38 E9 1E 22
Octal 74 102 157 56 51 0 70 351 36 42
Binary 111100 1000010 1101111 101110 101001 0 111000 11101001 11110 100010

Color Harmonies of #3C426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C426F

Black with #3C426F

Text Example


Text Example

White with #3C426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,111); }

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

background-color css

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

 a { background-color: rgb(60,66,111); }

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

border-color css

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

 span { border-color: rgb(60,66,111); }

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