Html Css Color HEX #374569 Port Gore

📋 copy color: '#374569'

red 55 ◦ green 69 ◦ blue 105

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

Shades of Port Gore #374569

Tints of Port Gore #374569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

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

R = 24.02%
G = 30.13%
B = 45.85%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374569 (or 0x374569) is known color: Port Gore. HEX triplet: 37, 45 and 69. RGB value is (55,69,105). Sum of RGB (Red+Green+Blue) = 55+69+105=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #374569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374569 is #C8BA96. Grayscale: #444444. Windows color (decimal): -13154967 or 6898999. OLE color: 6898999.

HSL color Cylindrical-coordinate representation of color #374569: hue angle of 223.2º 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 #374569 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 69 105 -
CMYK 0.48 0.34 0 0.59
HSL 223.2º 0.31% 0.31% -
HSV(B) 223.2º 0.48% 0.41% -
XYZ 6.25 6.09 14.21 -
YUV 68.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 55 69 105 0.48 0.34 0 0.59 223.2 0.31 0.31
Hex 37 45 69 30 22 0 3B DF 1F 1F
Octal 67 105 151 60 42 0 73 337 37 37
Binary 110111 1000101 1101001 110000 100010 0 111011 11011111 11111 11111

Color Harmonies of #374569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374569

Black with #374569

Text Example


Text Example

White with #374569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374569; }

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

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

background-color css

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

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

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

border-color css

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

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

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