Html Css Color HEX #374F6D Cello

📋 copy color: '#374F6D'

red 55 ◦ green 79 ◦ blue 109

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

Shades of Cello #374F6D

Tints of Cello #374F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.51%

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

R = 22.63%
G = 32.51%
B = 44.86%

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

#374F6D (or 0x374F6D) is known color: Cello. HEX triplet: 37, 4F and 6D. RGB value is (55,79,109). Sum of RGB (Red+Green+Blue) = 55+79+109=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #374F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F6D is #C8B092. Grayscale: #4B4B4B. Windows color (decimal): -13152403 or 7163703. OLE color: 7163703.

HSL color Cylindrical-coordinate representation of color #374F6D: hue angle of 213.33º 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 #374F6D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 79 109 -
CMYK 0.50 0.28 0 0.57
HSL 213.33º 0.33% 0.32% -
HSV(B) 213.33º 0.5% 0.43% -
XYZ 7.13 7.51 15.54 -
YUV 75.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 55 79 109 0.50 0.28 0 0.57 213.33 0.33 0.32
Hex 37 4F 6D 32 1C 0 39 D5 21 20
Octal 67 117 155 62 34 0 71 325 41 40
Binary 110111 1001111 1101101 110010 11100 0 111001 11010101 100001 100000

Color Harmonies of #374F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F6D

Black with #374F6D

Text Example


Text Example

White with #374F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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