#304962

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

Shades of Cello #304962

Tints of Cello #304962

Color information

#304962 (or 0x304962) is unknown color: approx Cello. HEX triplet: 30, 49 and 62. RGB value is (48,73,98). Sum of RGB (Red+Green+Blue) = 48+73+98=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #304962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304962 is #CFB69D. Grayscale: #444444. Windows color (decimal): -13612702 or 6441264. OLE color: 6441264.

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

Color convert

RGB487398-
CMYK0.510.2600.62
HSL210º34.25%28.63%-
HSV(B)210º51.02%38.43%-
XYZ5.816.2812.46-
YUV68.38144.72113.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=21.92%
G=33.33%
B=44.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4873980.510.2600.6221034.2528.63
Hex304962331A03Ed2221d
Octal6011114263320763224235
Binary110000100100111000101100111101001111101101001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304962; }

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

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

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

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

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

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

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

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