Html Css Color HEX #374C5C Cello

📋 copy color: '#374C5C'

red 55 ◦ green 76 ◦ blue 92

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

Shades of Cello #374C5C

Tints of Cello #374C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.26%

R = 24.66%
G = 34.08%
B = 41.26%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#374C5C (or 0x374C5C) is known color: Cello. HEX triplet: 37, 4C and 5C. RGB value is (55,76,92). Sum of RGB (Red+Green+Blue) = 55+76+92=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #374C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C5C is #C8B3A3. Grayscale: #474747. Windows color (decimal): -13153188 or 6048823. OLE color: 6048823.

HSL color Cylindrical-coordinate representation of color #374C5C: hue angle of 205.95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374C5C is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 76 92 -
CMYK 0.40 0.17 0 0.64
HSL 205.95º 0.25% 0.29% -
HSV(B) 205.95º 0.4% 0.36% -
XYZ 6.09 6.75 11.11 -
YUV 71.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 55 76 92 0.40 0.17 0 0.64 205.95 0.25 0.29
Hex 37 4C 5C 28 11 0 40 CE 19 1D
Octal 67 114 134 50 21 0 100 316 31 35
Binary 110111 1001100 1011100 101000 10001 0 1000000 11001110 11001 11101

Color Harmonies of #374C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C5C

Black with #374C5C

Text Example


Text Example

White with #374C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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