#375364

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

Shades of Cello #375364

Tints of Cello #375364

Color information

#375364 (or 0x375364) is unknown color: approx Cello. HEX triplet: 37, 53 and 64. RGB value is (55,83,100). Sum of RGB (Red+Green+Blue) = 55+83+100=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #375364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375364 is #C8AC9B. Grayscale: #4C4C4C. Windows color (decimal): -13151388 or 6574903. OLE color: 6574903.

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

Color convert

RGB5583100-
CMYK0.450.1700.61
HSL202.67º29.03%30.39%-
HSV(B)202.67º45%39.22%-
XYZ6.977.9213.22-
YUV76.57141.22112.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=23.11%
G=34.87%
B=42.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55831000.450.1700.61202.6729.0330.39
Hex3753642D1103Dcb1d1e
Octal6712314455210753133536
Binary11011110100111100100101101100010111101110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375364; }

 p { color: rgb(55,83,100); }

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

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

 a { background-color: rgb(55,83,100); }

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

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

 span { border-color: rgb(55,83,100); }

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