Html Css Color HEX #374670 Port Gore

📋 copy color: '#374670'

red 55 ◦ green 70 ◦ blue 112

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

Shades of Port Gore #374670

Tints of Port Gore #374670

RGB

 RED value IS 55 (21.88% from 255) = 23.21%

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 112 (44.14% from 255) = 47.26%

R = 23.21%
G = 29.54%
B = 47.26%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374670 (or 0x374670) is known color: Port Gore. HEX triplet: 37, 46 and 70. RGB value is (55,70,112). Sum of RGB (Red+Green+Blue) = 55+70+112=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #374670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374670 is #C8B98F. Grayscale: #464646. Windows color (decimal): -13154704 or 7358007. OLE color: 7358007.

HSL color Cylindrical-coordinate representation of color #374670: hue angle of 224.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374670 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 70 112 -
CMYK 0.51 0.38 0 0.56
HSL 224.21º 0.34% 0.33% -
HSV(B) 224.21º 0.51% 0.44% -
XYZ 6.69 6.36 16.2 -
YUV 70.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 55 70 112 0.51 0.38 0 0.56 224.21 0.34 0.33
Hex 37 46 70 33 26 0 38 E0 22 21
Octal 67 106 160 63 46 0 70 340 42 41
Binary 110111 1000110 1110000 110011 100110 0 111000 11100000 100010 100001

Color Harmonies of #374670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374670

Black with #374670

Text Example


Text Example

White with #374670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374670; }

 p { color: rgb(55,70,112); }

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

background-color css

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

 a { background-color: rgb(55,70,112); }

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

border-color css

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

 span { border-color: rgb(55,70,112); }

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