Html Css Color HEX #374669 Port Gore

📋 copy color: '#374669'

red 55 ◦ green 70 ◦ blue 105

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

Shades of Port Gore #374669

Tints of Port Gore #374669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 23.91%
G = 30.43%
B = 45.65%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374669 (or 0x374669) is known color: Port Gore. HEX triplet: 37, 46 and 69. RGB value is (55,70,105). Sum of RGB (Red+Green+Blue) = 55+70+105=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #374669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374669 is #C8B996. Grayscale: #454545. Windows color (decimal): -13154711 or 6899255. OLE color: 6899255.

HSL color Cylindrical-coordinate representation of color #374669: hue angle of 222º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374669 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 70 105 -
CMYK 0.48 0.33 0 0.59
HSL 222º 0.31% 0.31% -
HSV(B) 222º 0.48% 0.41% -
XYZ 6.32 6.21 14.23 -
YUV 69.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 55 70 105 0.48 0.33 0 0.59 222 0.31 0.31
Hex 37 46 69 30 21 0 3B DE 1F 1F
Octal 67 106 151 60 41 0 73 336 37 37
Binary 110111 1000110 1101001 110000 100001 0 111011 11011110 11111 11111

Color Harmonies of #374669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374669

Black with #374669

Text Example


Text Example

White with #374669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374669; }

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

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

background-color css

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

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

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

border-color css

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

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

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