Html Css Color HEX #374E6C Cello

📋 copy color: '#374E6C'

red 55 ◦ green 78 ◦ blue 108

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

Shades of Cello #374E6C

Tints of Cello #374E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 22.82%
G = 32.37%
B = 44.81%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374E6C (or 0x374E6C) is known color: Cello. HEX triplet: 37, 4E and 6C. RGB value is (55,78,108). Sum of RGB (Red+Green+Blue) = 55+78+108=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #374E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E6C is #C8B193. Grayscale: #4A4A4A. Windows color (decimal): -13152660 or 7097911. OLE color: 7097911.

HSL color Cylindrical-coordinate representation of color #374E6C: hue angle of 213.96º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374E6C is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 78 108 -
CMYK 0.49 0.28 0 0.58
HSL 213.96º 0.33% 0.32% -
HSV(B) 213.96º 0.49% 0.42% -
XYZ 7.01 7.34 15.24 -
YUV 74.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 55 78 108 0.49 0.28 0 0.58 213.96 0.33 0.32
Hex 37 4E 6C 31 1C 0 3A D6 21 20
Octal 67 116 154 61 34 0 72 326 41 40
Binary 110111 1001110 1101100 110001 11100 0 111010 11010110 100001 100000

Color Harmonies of #374E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E6C

Black with #374E6C

Text Example


Text Example

White with #374E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,108); }

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

background-color css

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

 a { background-color: rgb(55,78,108); }

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

border-color css

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

 span { border-color: rgb(55,78,108); }

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