Html Css Color HEX #374270 Port Gore

📋 copy color: '#374270'

red 55 ◦ green 66 ◦ blue 112

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

Shades of Port Gore #374270

Tints of Port Gore #374270

RGB

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

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

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

R = 23.61%
G = 28.33%
B = 48.07%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374270 (or 0x374270) is known color: Port Gore. HEX triplet: 37, 42 and 70. RGB value is (55,66,112). Sum of RGB (Red+Green+Blue) = 55+66+112=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #374270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374270 is #C8BD8F. Grayscale: #434343. Windows color (decimal): -13155728 or 7356983. OLE color: 7356983.

HSL color Cylindrical-coordinate representation of color #374270: hue angle of 228.42º 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 #374270 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 66 112 -
CMYK 0.51 0.41 0 0.56
HSL 228.42º 0.34% 0.33% -
HSV(B) 228.42º 0.51% 0.44% -
XYZ 6.45 5.88 16.12 -
YUV 67.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 55 66 112 0.51 0.41 0 0.56 228.42 0.34 0.33
Hex 37 42 70 33 29 0 38 E4 22 21
Octal 67 102 160 63 51 0 70 344 42 41
Binary 110111 1000010 1110000 110011 101001 0 111000 11100100 100010 100001

Color Harmonies of #374270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374270

Black with #374270

Text Example


Text Example

White with #374270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374270; }

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

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

background-color css

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

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

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

border-color css

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

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

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