#304762

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

Shades of Cello #304762

Tints of Cello #304762

Color information

#304762 (or 0x304762) is unknown color: approx Cello. HEX triplet: 30, 47 and 62. RGB value is (48,71,98). Sum of RGB (Red+Green+Blue) = 48+71+98=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #304762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304762 is #CFB89D. Grayscale: #434343. Windows color (decimal): -13613214 or 6440752. OLE color: 6440752.

HSL color Cylindrical-coordinate representation of color #304762: hue angle of 212.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304762 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487198-
CMYK0.510.2800.62
HSL212.4º34.25%28.63%-
HSV(B)212.4º51.02%38.43%-
XYZ5.686.0212.42-
YUV67.2145.38114.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=22.12%
G=32.72%
B=45.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4871980.510.2800.62212.434.2528.63
Hex304762331C03Ed4221d
Octal6010714263340763244235
Binary110000100011111000101100111110001111101101010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304762; }

 p { color: rgb(48,71,98); }

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

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

 a { background-color: rgb(48,71,98); }

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

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

 span { border-color: rgb(48,71,98); }

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