#415261

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

Shades of Cello #415261

Tints of Cello #415261

Color information

#415261 (or 0x415261) is unknown color: approx Cello. HEX triplet: 41, 52 and 61. RGB value is (65,82,97). Sum of RGB (Red+Green+Blue) = 65+82+97=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #415261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415261 is #BEAD9E. Grayscale: #4E4E4E. Windows color (decimal): -12496287 or 6378049. OLE color: 6378049.

HSL color Cylindrical-coordinate representation of color #415261: hue angle of 208.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415261 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB658297-
CMYK0.330.1500.62
HSL208.12º19.75%31.76%-
HSV(B)208.12º32.99%38.04%-
XYZ7.358.0212.47-
YUV78.63138.37118.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=26.64%
G=33.61%
B=39.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6582970.330.1500.62208.1219.7531.76
Hex41526121F03Ed01420
Octal10112214141170763202440
Binary100000110100101100001100001111101111101101000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415261; }

 p { color: rgb(65,82,97); }

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

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

 a { background-color: rgb(65,82,97); }

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

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

 span { border-color: rgb(65,82,97); }

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