Html Css Color HEX #374C5D Cello

📋 copy color: '#374C5D'

red 55 ◦ green 76 ◦ blue 93

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

Shades of Cello #374C5D

Tints of Cello #374C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 24.55%
G = 33.93%
B = 41.52%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374C5D (or 0x374C5D) is known color: Cello. HEX triplet: 37, 4C and 5D. RGB value is (55,76,93). Sum of RGB (Red+Green+Blue) = 55+76+93=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #374C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C5D is #C8B3A2. Grayscale: #474747. Windows color (decimal): -13153187 or 6114359. OLE color: 6114359.

HSL color Cylindrical-coordinate representation of color #374C5D: hue angle of 206.84º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #374C5D is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 76 93 -
CMYK 0.41 0.18 0 0.64
HSL 206.84º 0.26% 0.29% -
HSV(B) 206.84º 0.41% 0.36% -
XYZ 6.14 6.77 11.34 -
YUV 71.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 55 76 93 0.41 0.18 0 0.64 206.84 0.26 0.29
Hex 37 4C 5D 29 12 0 40 CF 1A 1D
Octal 67 114 135 51 22 0 100 317 32 35
Binary 110111 1001100 1011101 101001 10010 0 1000000 11001111 11010 11101

Color Harmonies of #374C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C5D

Black with #374C5D

Text Example


Text Example

White with #374C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,93); }

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

background-color css

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

 a { background-color: rgb(55,76,93); }

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

border-color css

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

 span { border-color: rgb(55,76,93); }

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