Html Css Color HEX #374D6C Cello

📋 copy color: '#374D6C'

red 55 ◦ green 77 ◦ blue 108

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

Shades of Cello #374D6C

Tints of Cello #374D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

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

R = 22.92%
G = 32.08%
B = 45%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374D6C (or 0x374D6C) is known color: Cello. HEX triplet: 37, 4D and 6C. RGB value is (55,77,108). Sum of RGB (Red+Green+Blue) = 55+77+108=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #374D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D6C is #C8B293. Grayscale: #494949. Windows color (decimal): -13152916 or 7097655. OLE color: 7097655.

HSL color Cylindrical-coordinate representation of color #374D6C: hue angle of 215.09º 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 #374D6C is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 77 108 -
CMYK 0.49 0.29 0 0.58
HSL 215.09º 0.33% 0.32% -
HSV(B) 215.09º 0.49% 0.42% -
XYZ 6.94 7.2 15.21 -
YUV 73.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 55 77 108 0.49 0.29 0 0.58 215.09 0.33 0.32
Hex 37 4D 6C 31 1D 0 3A D7 21 20
Octal 67 115 154 61 35 0 72 327 41 40
Binary 110111 1001101 1101100 110001 11101 0 111010 11010111 100001 100000

Color Harmonies of #374D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D6C

Black with #374D6C

Text Example


Text Example

White with #374D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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