#304D62

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

Shades of Cello #304D62

Tints of Cello #304D62

Color information

#304D62 (or 0x304D62) is unknown color: approx Cello. HEX triplet: 30, 4D and 62. RGB value is (48,77,98). Sum of RGB (Red+Green+Blue) = 48+77+98=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #304D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D62 is #CFB29D. Grayscale: #464646. Windows color (decimal): -13611678 or 6442288. OLE color: 6442288.

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

Color convert

RGB487798-
CMYK0.510.2100.62
HSL205.2º34.25%28.63%-
HSV(B)205.2º51.02%38.43%-
XYZ6.086.8212.55-
YUV70.72143.39111.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=21.52%
G=34.53%
B=43.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4877980.510.2100.62205.234.2528.63
Hex304D62331503Ecd221d
Octal6011514263250763154235
Binary110000100110111000101100111010101111101100110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D62; }

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

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

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

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

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

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

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

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