#304961

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

Shades of Cello #304961

Tints of Cello #304961

Color information

#304961 (or 0x304961) is unknown color: approx Cello. HEX triplet: 30, 49 and 61. RGB value is (48,73,97). Sum of RGB (Red+Green+Blue) = 48+73+97=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #304961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304961 is #CFB69E. Grayscale: #444444. Windows color (decimal): -13612703 or 6375728. OLE color: 6375728.

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

Color convert

RGB487397-
CMYK0.510.2500.62
HSL209.39º33.79%28.43%-
HSV(B)209.39º50.52%38.04%-
XYZ5.766.2612.21-
YUV68.26144.22113.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=22.02%
G=33.49%
B=44.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4873970.510.2500.62209.3933.7928.43
Hex304961331903Ed1221c
Octal6011114163310763214234
Binary110000100100111000011100111100101111101101000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304961; }

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

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

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

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

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

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

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

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