Html Css Color HEX #374E6D Cello

📋 copy color: '#374E6D'

red 55 ◦ green 78 ◦ blue 109

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

Shades of Cello #374E6D

Tints of Cello #374E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 22.73%
G = 32.23%
B = 45.04%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#374E6D (or 0x374E6D) is known color: Cello. HEX triplet: 37, 4E and 6D. RGB value is (55,78,109). Sum of RGB (Red+Green+Blue) = 55+78+109=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #374E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E6D is #C8B192. Grayscale: #4A4A4A. Windows color (decimal): -13152659 or 7163447. OLE color: 7163447.

HSL color Cylindrical-coordinate representation of color #374E6D: hue angle of 214.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374E6D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 78 109 -
CMYK 0.50 0.28 0 0.57
HSL 214.44º 0.33% 0.32% -
HSV(B) 214.44º 0.5% 0.43% -
XYZ 7.06 7.37 15.52 -
YUV 74.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 55 78 109 0.50 0.28 0 0.57 214.44 0.33 0.32
Hex 37 4E 6D 32 1C 0 39 D6 21 20
Octal 67 116 155 62 34 0 71 326 41 40
Binary 110111 1001110 1101101 110010 11100 0 111001 11010110 100001 100000

Color Harmonies of #374E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E6D

Black with #374E6D

Text Example


Text Example

White with #374E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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