#375467

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

Shades of Cello #375467

Tints of Cello #375467

Color information

#375467 (or 0x375467) is unknown color: approx Cello. HEX triplet: 37, 54 and 67. RGB value is (55,84,103). Sum of RGB (Red+Green+Blue) = 55+84+103=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #375467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375467 is #C8AB98. Grayscale: #4D4D4D. Windows color (decimal): -13151129 or 6771767. OLE color: 6771767.

HSL color Cylindrical-coordinate representation of color #375467: hue angle of 203.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 #375467 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5584103-
CMYK0.470.1800.60
HSL203.75º30.38%30.98%-
HSV(B)203.75º46.6%40.39%-
XYZ7.198.1314.02-
YUV77.5142.39111.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=22.73%
G=34.71%
B=42.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55841030.470.1800.60203.7530.3830.98
Hex3754672F1203Ccc1e1f
Octal6712414757220743143637
Binary11011110101001100111101111100100111100110011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375467; }

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

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

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

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

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

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

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

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