Html Css Color HEX #374960 Cello

📋 copy color: '#374960'

red 55 ◦ green 73 ◦ blue 96

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

Shades of Cello #374960

Tints of Cello #374960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

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

R = 24.55%
G = 32.59%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374960 (or 0x374960) is known color: Cello. HEX triplet: 37, 49 and 60. RGB value is (55,73,96). Sum of RGB (Red+Green+Blue) = 55+73+96=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #374960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374960 is #C8B69F. Grayscale: #464646. Windows color (decimal): -13153952 or 6310199. OLE color: 6310199.

HSL color Cylindrical-coordinate representation of color #374960: hue angle of 213.66º 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 #374960 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 73 96 -
CMYK 0.43 0.24 0 0.62
HSL 213.66º 0.27% 0.3% -
HSV(B) 213.66º 0.43% 0.38% -
XYZ 6.07 6.42 11.99 -
YUV 70.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 55 73 96 0.43 0.24 0 0.62 213.66 0.27 0.3
Hex 37 49 60 2B 18 0 3E D6 1B 1E
Octal 67 111 140 53 30 0 76 326 33 36
Binary 110111 1001001 1100000 101011 11000 0 111110 11010110 11011 11110

Color Harmonies of #374960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374960

Black with #374960

Text Example


Text Example

White with #374960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374960; }

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

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

background-color css

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

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

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

border-color css

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

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

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