#304F65

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

Shades of Cello #304F65

Tints of Cello #304F65

Color information

#304F65 (or 0x304F65) is unknown color: approx Cello. HEX triplet: 30, 4F and 65. RGB value is (48,79,101). Sum of RGB (Red+Green+Blue) = 48+79+101=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #304F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F65 is #CFB09A. Grayscale: #484848. Windows color (decimal): -13611163 or 6639408. OLE color: 6639408.

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

Color convert

RGB4879101-
CMYK0.520.2200.60
HSL204.91º35.57%29.22%-
HSV(B)204.91º52.48%39.61%-
XYZ6.367.1613.36-
YUV72.24144.23110.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=21.05%
G=34.65%
B=44.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48791010.520.2200.60204.9135.5729.22
Hex304F65341603Ccd241d
Octal6011714564260743154435
Binary110000100111111001011101001011001111001100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,101); }

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

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

 a { background-color: rgb(48,79,101); }

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

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

 span { border-color: rgb(48,79,101); }

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