Html Css Color HEX #3C4372 Port Gore

📋 copy color: '#3C4372'

red 60 ◦ green 67 ◦ blue 114

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

Shades of Port Gore #3C4372

Tints of Port Gore #3C4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 24.9%
G = 27.8%
B = 47.3%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C4372 (or 0x3C4372) is known color: Port Gore. HEX triplet: 3C, 43 and 72. RGB value is (60,67,114). Sum of RGB (Red+Green+Blue) = 60+67+114=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4372 is #C3BC8D. Grayscale: #464646. Windows color (decimal): -12827790 or 7488316. OLE color: 7488316.

HSL color Cylindrical-coordinate representation of color #3C4372: hue angle of 232.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4372 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 67 114 -
CMYK 0.47 0.41 0 0.55
HSL 232.22º 0.31% 0.34% -
HSV(B) 232.22º 0.47% 0.45% -
XYZ 6.91 6.19 16.75 -
YUV 70.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 60 67 114 0.47 0.41 0 0.55 232.22 0.31 0.34
Hex 3C 43 72 2F 29 0 37 E8 1F 22
Octal 74 103 162 57 51 0 67 350 37 42
Binary 111100 1000011 1110010 101111 101001 0 110111 11101000 11111 100010

Color Harmonies of #3C4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4372

Black with #3C4372

Text Example


Text Example

White with #3C4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,114); }

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

background-color css

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

 a { background-color: rgb(60,67,114); }

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

border-color css

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

 span { border-color: rgb(60,67,114); }

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