Html Css Color HEX #374070 Port Gore

📋 copy color: '#374070'

red 55 ◦ green 64 ◦ blue 112

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

Shades of Port Gore #374070

Tints of Port Gore #374070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 23.81%
G = 27.71%
B = 48.48%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374070 (or 0x374070) is known color: Port Gore. HEX triplet: 37, 40 and 70. RGB value is (55,64,112). Sum of RGB (Red+Green+Blue) = 55+64+112=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #374070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374070 is #C8BF8F. Grayscale: #424242. Windows color (decimal): -13156240 or 7356471. OLE color: 7356471.

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

Color convert

RGB 55 64 112 -
CMYK 0.51 0.43 0 0.56
HSL 230.53º 0.34% 0.33% -
HSV(B) 230.53º 0.51% 0.44% -
XYZ 6.33 5.65 16.09 -
YUV 66.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 55 64 112 0.51 0.43 0 0.56 230.53 0.34 0.33
Hex 37 40 70 33 2B 0 38 E7 22 21
Octal 67 100 160 63 53 0 70 347 42 41
Binary 110111 1000000 1110000 110011 101011 0 111000 11100111 100010 100001

Color Harmonies of #374070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374070

Black with #374070

Text Example


Text Example

White with #374070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374070; }

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

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

background-color css

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

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

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

border-color css

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

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

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