Html Css Color HEX #375165 Cello

📋 copy color: '#375165'

red 55 ◦ green 81 ◦ blue 101

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

Shades of Cello #375165

Tints of Cello #375165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 23.21%
G = 34.18%
B = 42.62%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375165 (or 0x375165) is known color: Cello. HEX triplet: 37, 51 and 65. RGB value is (55,81,101). Sum of RGB (Red+Green+Blue) = 55+81+101=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #375165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375165 is #C8AE9A. Grayscale: #4B4B4B. Windows color (decimal): -13151899 or 6639927. OLE color: 6639927.

HSL color Cylindrical-coordinate representation of color #375165: hue angle of 206.09º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375165 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 81 101 -
CMYK 0.46 0.20 0 0.60
HSL 206.09º 0.29% 0.31% -
HSV(B) 206.09º 0.46% 0.4% -
XYZ 6.87 7.64 13.42 -
YUV 75.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 55 81 101 0.46 0.20 0 0.60 206.09 0.29 0.31
Hex 37 51 65 2E 14 0 3C CE 1D 1F
Octal 67 121 145 56 24 0 74 316 35 37
Binary 110111 1010001 1100101 101110 10100 0 111100 11001110 11101 11111

Color Harmonies of #375165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375165

Black with #375165

Text Example


Text Example

White with #375165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375165; }

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

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

background-color css

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

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

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

border-color css

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

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

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