Html Css Color HEX #375063 Cello

📋 copy color: '#375063'

red 55 ◦ green 80 ◦ blue 99

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

Shades of Cello #375063

Tints of Cello #375063

RGB

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

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

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

R = 23.5%
G = 34.19%
B = 42.31%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375063 (or 0x375063) is known color: Cello. HEX triplet: 37, 50 and 63. RGB value is (55,80,99). Sum of RGB (Red+Green+Blue) = 55+80+99=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #375063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375063 is #C8AF9C. Grayscale: #4A4A4A. Windows color (decimal): -13152157 or 6508599. OLE color: 6508599.

HSL color Cylindrical-coordinate representation of color #375063: hue angle of 205.91º 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 #375063 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 80 99 -
CMYK 0.44 0.19 0 0.61
HSL 205.91º 0.29% 0.3% -
HSV(B) 205.91º 0.44% 0.39% -
XYZ 6.7 7.45 12.89 -
YUV 74.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 55 80 99 0.44 0.19 0 0.61 205.91 0.29 0.3
Hex 37 50 63 2C 13 0 3D CE 1D 1E
Octal 67 120 143 54 23 0 75 316 35 36
Binary 110111 1010000 1100011 101100 10011 0 111101 11001110 11101 11110

Color Harmonies of #375063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375063

Black with #375063

Text Example


Text Example

White with #375063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375063; }

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

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

background-color css

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

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

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

border-color css

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

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

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