#304E66

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

Shades of Cello #304E66

Tints of Cello #304E66

Color information

#304E66 (or 0x304E66) is unknown color: approx Cello. HEX triplet: 30, 4E and 66. RGB value is (48,78,102). Sum of RGB (Red+Green+Blue) = 48+78+102=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #304E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E66 is #CFB199. Grayscale: #474747. Windows color (decimal): -13611418 or 6704688. OLE color: 6704688.

HSL color Cylindrical-coordinate representation of color #304E66: hue angle of 206.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304E66 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4878102-
CMYK0.530.2400.6
HSL206.67º36%29.41%-
HSV(B)206.67º52.94%40%-
XYZ6.347.0413.59-
YUV71.77145.06111.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=21.05%
G=34.21%
B=44.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48781020.530.2400.6206.673629.41
Hex304E66351803Ccf241d
Octal6011614665300743174435
Binary110000100111011001101101011100001111001100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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