Html Css Color HEX #375261 Cello

📋 copy color: '#375261'

red 55 ◦ green 82 ◦ blue 97

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

Shades of Cello #375261

Tints of Cello #375261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 23.5%
G = 35.04%
B = 41.45%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375261 (or 0x375261) is known color: Cello. HEX triplet: 37, 52 and 61. RGB value is (55,82,97). Sum of RGB (Red+Green+Blue) = 55+82+97=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #375261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375261 is #C8AD9E. Grayscale: #4B4B4B. Windows color (decimal): -13151647 or 6378039. OLE color: 6378039.

HSL color Cylindrical-coordinate representation of color #375261: hue angle of 201.43º 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 #375261 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 82 97 -
CMYK 0.43 0.15 0 0.62
HSL 201.43º 0.28% 0.3% -
HSV(B) 201.43º 0.43% 0.38% -
XYZ 6.75 7.71 12.44 -
YUV 75.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 55 82 97 0.43 0.15 0 0.62 201.43 0.28 0.3
Hex 37 52 61 2B F 0 3E C9 1C 1E
Octal 67 122 141 53 17 0 76 311 34 36
Binary 110111 1010010 1100001 101011 1111 0 111110 11001001 11100 11110

Color Harmonies of #375261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375261

Black with #375261

Text Example


Text Example

White with #375261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375261; }

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

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

background-color css

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

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

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

border-color css

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

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

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