#375463

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

Shades of Cello #375463

Tints of Cello #375463

Color information

#375463 (or 0x375463) is unknown color: approx Cello. HEX triplet: 37, 54 and 63. RGB value is (55,84,99). Sum of RGB (Red+Green+Blue) = 55+84+99=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #375463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375463 is #C8AB9C. Grayscale: #4C4C4C. Windows color (decimal): -13151133 or 6509623. OLE color: 6509623.

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

Color convert

RGB558499-
CMYK0.440.1500.61
HSL200.45º28.57%30.2%-
HSV(B)200.45º44.44%38.82%-
XYZ78.0512.99-
YUV77.04140.39112.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=23.11%
G=35.29%
B=41.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5584990.440.1500.61200.4528.5730.2
Hex3754632CF03Dc81d1e
Octal6712414354170753103536
Binary1101111010100110001110110011110111101110010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375463; }

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

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

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

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

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

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

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

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