Html Css Color HEX #375065 Cello

📋 copy color: '#375065'

red 55 ◦ green 80 ◦ blue 101

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

Shades of Cello #375065

Tints of Cello #375065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 23.31%
G = 33.9%
B = 42.8%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375065 (or 0x375065) is known color: Cello. HEX triplet: 37, 50 and 65. RGB value is (55,80,101). Sum of RGB (Red+Green+Blue) = 55+80+101=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #375065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375065 is #C8AF9A. Grayscale: #4A4A4A. Windows color (decimal): -13152155 or 6639671. OLE color: 6639671.

HSL color Cylindrical-coordinate representation of color #375065: hue angle of 207.39º 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 #375065 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 80 101 -
CMYK 0.46 0.21 0 0.60
HSL 207.39º 0.29% 0.31% -
HSV(B) 207.39º 0.46% 0.4% -
XYZ 6.79 7.49 13.4 -
YUV 74.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 55 80 101 0.46 0.21 0 0.60 207.39 0.29 0.31
Hex 37 50 65 2E 15 0 3C CF 1D 1F
Octal 67 120 145 56 25 0 74 317 35 37
Binary 110111 1010000 1100101 101110 10101 0 111100 11001111 11101 11111

Color Harmonies of #375065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375065

Black with #375065

Text Example


Text Example

White with #375065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375065; }

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

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

background-color css

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

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

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

border-color css

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

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

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