Html Css Color HEX #374860 Cello

📋 copy color: '#374860'

red 55 ◦ green 72 ◦ blue 96

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

Shades of Cello #374860

Tints of Cello #374860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 24.66%
G = 32.29%
B = 43.05%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374860 (or 0x374860) is known color: Cello. HEX triplet: 37, 48 and 60. RGB value is (55,72,96). Sum of RGB (Red+Green+Blue) = 55+72+96=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #374860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374860 is #C8B79F. Grayscale: #454545. Windows color (decimal): -13154208 or 6309943. OLE color: 6309943.

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

Color convert

RGB 55 72 96 -
CMYK 0.43 0.25 0 0.62
HSL 215.12º 0.27% 0.3% -
HSV(B) 215.12º 0.43% 0.38% -
XYZ 6 6.29 11.96 -
YUV 69.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 55 72 96 0.43 0.25 0 0.62 215.12 0.27 0.3
Hex 37 48 60 2B 19 0 3E D7 1B 1E
Octal 67 110 140 53 31 0 76 327 33 36
Binary 110111 1001000 1100000 101011 11001 0 111110 11010111 11011 11110

Color Harmonies of #374860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374860

Black with #374860

Text Example


Text Example

White with #374860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374860; }

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

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

background-color css

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

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

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

border-color css

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

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

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