Html Css Color HEX #375161 Cello

📋 copy color: '#375161'

red 55 ◦ green 81 ◦ blue 97

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

Shades of Cello #375161

Tints of Cello #375161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 23.61%
G = 34.76%
B = 41.63%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375161 (or 0x375161) is known color: Cello. HEX triplet: 37, 51 and 61. RGB value is (55,81,97). Sum of RGB (Red+Green+Blue) = 55+81+97=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #375161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375161 is #C8AE9E. Grayscale: #4A4A4A. Windows color (decimal): -13151903 or 6377783. OLE color: 6377783.

HSL color Cylindrical-coordinate representation of color #375161: hue angle of 202.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375161 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 81 97 -
CMYK 0.43 0.16 0 0.62
HSL 202.86º 0.28% 0.3% -
HSV(B) 202.86º 0.43% 0.38% -
XYZ 6.68 7.56 12.42 -
YUV 75.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 55 81 97 0.43 0.16 0 0.62 202.86 0.28 0.3
Hex 37 51 61 2B 10 0 3E CB 1C 1E
Octal 67 121 141 53 20 0 76 313 34 36
Binary 110111 1010001 1100001 101011 10000 0 111110 11001011 11100 11110

Color Harmonies of #375161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375161

Black with #375161

Text Example


Text Example

White with #375161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375161; }

 p { color: rgb(55,81,97); }

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

background-color css

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

 a { background-color: rgb(55,81,97); }

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

border-color css

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

 span { border-color: rgb(55,81,97); }

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