#304661

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

Shades of Cello #304661

Tints of Cello #304661

Color information

#304661 (or 0x304661) is unknown color: approx Cello. HEX triplet: 30, 46 and 61. RGB value is (48,70,97). Sum of RGB (Red+Green+Blue) = 48+70+97=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #304661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304661 is #CFB99E. Grayscale: #424242. Windows color (decimal): -13613471 or 6374960. OLE color: 6374960.

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

Color convert

RGB487097-
CMYK0.510.2800.62
HSL213.06º33.79%28.43%-
HSV(B)213.06º50.52%38.04%-
XYZ5.575.8712.15-
YUV66.5145.21114.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=22.33%
G=32.56%
B=45.12%

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
Decimal4870970.510.2800.62213.0633.7928.43
Hex304661331C03Ed5221c
Octal6010614163340763254234
Binary110000100011011000011100111110001111101101010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304661; }

 p { color: rgb(48,70,97); }

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

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

 a { background-color: rgb(48,70,97); }

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

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

 span { border-color: rgb(48,70,97); }

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