#415268

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

Shades of Cello #415268

Tints of Cello #415268

Color information

#415268 (or 0x415268) is unknown color: approx Cello. HEX triplet: 41, 52 and 68. RGB value is (65,82,104). Sum of RGB (Red+Green+Blue) = 65+82+104=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #415268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415268 is #BEAD97. Grayscale: #4F4F4F. Windows color (decimal): -12496280 or 6836801. OLE color: 6836801.

HSL color Cylindrical-coordinate representation of color #415268: hue angle of 213.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415268 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6582104-
CMYK0.380.2100.59
HSL213.85º23.08%33.14%-
HSV(B)213.85º37.5%40.78%-
XYZ7.78.1614.27-
YUV79.42141.87117.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 104 (41.02% from 255) = 41.43%
R=25.90%
G=32.67%
B=41.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65821040.380.2100.59213.8523.0833.14
Hex415268261503Bd61721
Octal10112215046250733262741
Binary1000001101001011010001001101010101110111101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415268; }

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

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

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

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

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

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

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

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