#304E63

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

Shades of Cello #304E63

Tints of Cello #304E63

Color information

#304E63 (or 0x304E63) is unknown color: approx Cello. HEX triplet: 30, 4E and 63. RGB value is (48,78,99). Sum of RGB (Red+Green+Blue) = 48+78+99=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #304E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E63 is #CFB19C. Grayscale: #474747. Windows color (decimal): -13611421 or 6508080. OLE color: 6508080.

HSL color Cylindrical-coordinate representation of color #304E63: hue angle of 204.71º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304E63 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB487899-
CMYK0.520.2100.61
HSL204.71º34.69%28.82%-
HSV(B)204.71º51.52%38.82%-
XYZ6.26.9812.82-
YUV71.42143.56111.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 99 (39.06% from 255) = 44%
R=21.33%
G=34.67%
B=44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4878990.520.2100.61204.7134.6928.82
Hex304E63341503Dcd231d
Octal6011614364250753154335
Binary110000100111011000111101001010101111011100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,78,99); }

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

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

 a { background-color: rgb(48,78,99); }

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

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

 span { border-color: rgb(48,78,99); }

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