#375067

Color #375067 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #375067

Tints of Cello #375067

Color information

#375067 (or 0x375067) is unknown color: approx Cello. HEX triplet: 37, 50 and 67. RGB value is (55,80,103). Sum of RGB (Red+Green+Blue) = 55+80+103=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #375067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375067 is #C8AF98. Grayscale: #4B4B4B. Windows color (decimal): -13152153 or 6770743. OLE color: 6770743.

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

Color convert

RGB5580103-
CMYK0.470.2200.60
HSL208.75º30.38%30.98%-
HSV(B)208.75º46.6%40.39%-
XYZ6.897.5313.92-
YUV75.15143.72113.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=23.11%
G=33.61%
B=43.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55801030.470.2200.60208.7530.3830.98
Hex3750672F1603Cd11e1f
Octal6712014757260743213637
Binary11011110100001100111101111101100111100110100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375067; }

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

 H1.HeaderClassName
 {
   color: #375067;
 }
 .AnyTagClassName
 {
   color: #375067;
 }
</style>
background-color css

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

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

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

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

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

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