#304862

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

Shades of Cello #304862

Tints of Cello #304862

Color information

#304862 (or 0x304862) is unknown color: approx Cello. HEX triplet: 30, 48 and 62. RGB value is (48,72,98). Sum of RGB (Red+Green+Blue) = 48+72+98=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #304862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304862 is #CFB79D. Grayscale: #434343. Windows color (decimal): -13612958 or 6441008. OLE color: 6441008.

HSL color Cylindrical-coordinate representation of color #304862: hue angle of 211.2º 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 #304862 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487298-
CMYK0.510.2700.62
HSL211.2º34.25%28.63%-
HSV(B)211.2º51.02%38.43%-
XYZ5.746.1412.44-
YUV67.79145.05113.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=22.02%
G=33.03%
B=44.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4872980.510.2700.62211.234.2528.63
Hex304862331B03Ed3221d
Octal6011014263330763234235
Binary110000100100011000101100111101101111101101001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304862; }

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

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

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

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

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

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

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

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