Html Css Color HEX #374269 Port Gore

📋 copy color: '#374269'

red 55 ◦ green 66 ◦ blue 105

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

Shades of Port Gore #374269

Tints of Port Gore #374269

RGB

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

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

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

R = 24.34%
G = 29.2%
B = 46.46%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#374269 (or 0x374269) is known color: Port Gore. HEX triplet: 37, 42 and 69. RGB value is (55,66,105). Sum of RGB (Red+Green+Blue) = 55+66+105=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #374269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374269 is #C8BD96. Grayscale: #424242. Windows color (decimal): -13155735 or 6898231. OLE color: 6898231.

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

Color convert

RGB 55 66 105 -
CMYK 0.48 0.37 0 0.59
HSL 226.8º 0.31% 0.31% -
HSV(B) 226.8º 0.48% 0.41% -
XYZ 6.07 5.73 14.15 -
YUV 67.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 55 66 105 0.48 0.37 0 0.59 226.8 0.31 0.31
Hex 37 42 69 30 25 0 3B E3 1F 1F
Octal 67 102 151 60 45 0 73 343 37 37
Binary 110111 1000010 1101001 110000 100101 0 111011 11100011 11111 11111

Color Harmonies of #374269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374269

Black with #374269

Text Example


Text Example

White with #374269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374269; }

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

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

background-color css

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

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

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

border-color css

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

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

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