Html Css Color HEX #374D60 Cello

📋 copy color: '#374D60'

red 55 ◦ green 77 ◦ blue 96

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

Shades of Cello #374D60

Tints of Cello #374D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 24.12%
G = 33.77%
B = 42.11%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374D60 (or 0x374D60) is known color: Cello. HEX triplet: 37, 4D and 60. RGB value is (55,77,96). Sum of RGB (Red+Green+Blue) = 55+77+96=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #374D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D60 is #C8B29F. Grayscale: #484848. Windows color (decimal): -13152928 or 6311223. OLE color: 6311223.

HSL color Cylindrical-coordinate representation of color #374D60: hue angle of 207.8º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374D60 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 77 96 -
CMYK 0.43 0.20 0 0.62
HSL 207.8º 0.27% 0.3% -
HSV(B) 207.8º 0.43% 0.38% -
XYZ 6.34 6.96 12.08 -
YUV 72.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 55 77 96 0.43 0.20 0 0.62 207.8 0.27 0.3
Hex 37 4D 60 2B 14 0 3E D0 1B 1E
Octal 67 115 140 53 24 0 76 320 33 36
Binary 110111 1001101 1100000 101011 10100 0 111110 11010000 11011 11110

Color Harmonies of #374D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D60

Black with #374D60

Text Example


Text Example

White with #374D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374D60; }

 p { color: rgb(55,77,96); }

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

background-color css

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

 a { background-color: rgb(55,77,96); }

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

border-color css

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

 span { border-color: rgb(55,77,96); }

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