Html Css Color HEX #375163 Cello

📋 copy color: '#375163'

red 55 ◦ green 81 ◦ blue 99

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

Shades of Cello #375163

Tints of Cello #375163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 23.4%
G = 34.47%
B = 42.13%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375163 (or 0x375163) is known color: Cello. HEX triplet: 37, 51 and 63. RGB value is (55,81,99). Sum of RGB (Red+Green+Blue) = 55+81+99=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #375163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375163 is #C8AE9C. Grayscale: #4B4B4B. Windows color (decimal): -13151901 or 6508855. OLE color: 6508855.

HSL color Cylindrical-coordinate representation of color #375163: hue angle of 204.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375163 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 81 99 -
CMYK 0.44 0.18 0 0.61
HSL 204.55º 0.29% 0.3% -
HSV(B) 204.55º 0.44% 0.39% -
XYZ 6.77 7.6 12.91 -
YUV 75.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 55 81 99 0.44 0.18 0 0.61 204.55 0.29 0.3
Hex 37 51 63 2C 12 0 3D CD 1D 1E
Octal 67 121 143 54 22 0 75 315 35 36
Binary 110111 1010001 1100011 101100 10010 0 111101 11001101 11101 11110

Color Harmonies of #375163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375163

Black with #375163

Text Example


Text Example

White with #375163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375163; }

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

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

background-color css

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

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

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

border-color css

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

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

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