Html Css Color HEX #374369 Port Gore

📋 copy color: '#374369'

red 55 ◦ green 67 ◦ blue 105

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

Shades of Port Gore #374369

Tints of Port Gore #374369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 24.23%
G = 29.52%
B = 46.26%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374369 (or 0x374369) is known color: Port Gore. HEX triplet: 37, 43 and 69. RGB value is (55,67,105). Sum of RGB (Red+Green+Blue) = 55+67+105=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #374369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374369 is #C8BC96. Grayscale: #434343. Windows color (decimal): -13155479 or 6898487. OLE color: 6898487.

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

Color convert

RGB 55 67 105 -
CMYK 0.48 0.36 0 0.59
HSL 225.6º 0.31% 0.31% -
HSV(B) 225.6º 0.48% 0.41% -
XYZ 6.13 5.85 14.17 -
YUV 67.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 55 67 105 0.48 0.36 0 0.59 225.6 0.31 0.31
Hex 37 43 69 30 24 0 3B E2 1F 1F
Octal 67 103 151 60 44 0 73 342 37 37
Binary 110111 1000011 1101001 110000 100100 0 111011 11100010 11111 11111

Color Harmonies of #374369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374369

Black with #374369

Text Example


Text Example

White with #374369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374369; }

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

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

background-color css

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

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

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

border-color css

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

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

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