#375269

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

Shades of Cello #375269

Tints of Cello #375269

Color information

#375269 (or 0x375269) is unknown color: approx Cello. HEX triplet: 37, 52 and 69. RGB value is (55,82,105). Sum of RGB (Red+Green+Blue) = 55+82+105=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #375269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375269 is #C8AD96. Grayscale: #4C4C4C. Windows color (decimal): -13151639 or 6902327. OLE color: 6902327.

HSL color Cylindrical-coordinate representation of color #375269: hue angle of 207.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375269 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5582105-
CMYK0.480.2200.59
HSL207.6º31.25%31.37%-
HSV(B)207.6º47.62%41.18%-
XYZ7.147.8714.51-
YUV76.55144.05112.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=22.73%
G=33.88%
B=43.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55821050.480.2200.59207.631.2531.37
Hex375269301603Bd01f1f
Octal6712215160260733203737
Binary11011110100101101001110000101100111011110100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375269; }

 p { color: rgb(55,82,105); }

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

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

 a { background-color: rgb(55,82,105); }

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

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

 span { border-color: rgb(55,82,105); }

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