#304966

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

Shades of Cello #304966

Tints of Cello #304966

Color information

#304966 (or 0x304966) is unknown color: approx Cello. HEX triplet: 30, 49 and 66. RGB value is (48,73,102). Sum of RGB (Red+Green+Blue) = 48+73+102=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #304966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304966 is #CFB699. Grayscale: #444444. Windows color (decimal): -13612698 or 6703408. OLE color: 6703408.

HSL color Cylindrical-coordinate representation of color #304966: hue angle of 212.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304966 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4873102-
CMYK0.530.2800.6
HSL212.22º36%29.41%-
HSV(B)212.22º52.94%40%-
XYZ66.3513.48-
YUV68.83146.72113.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=21.52%
G=32.74%
B=45.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48731020.530.2800.6212.223629.41
Hex304966351C03Cd4241d
Octal6011114665340743244435
Binary110000100100111001101101011110001111001101010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304966; }

 p { color: rgb(48,73,102); }

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

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

 a { background-color: rgb(48,73,102); }

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

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

 span { border-color: rgb(48,73,102); }

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