#305068

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

Shades of Cello #305068

Tints of Cello #305068

Color information

#305068 (or 0x305068) is unknown color: approx Cello. HEX triplet: 30, 50 and 68. RGB value is (48,80,104). Sum of RGB (Red+Green+Blue) = 48+80+104=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #305068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305068 is #CFAF97. Grayscale: #494949. Windows color (decimal): -13610904 or 6836272. OLE color: 6836272.

HSL color Cylindrical-coordinate representation of color #305068: hue angle of 205.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305068 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4880104-
CMYK0.540.2300.59
HSL205.71º36.84%29.8%-
HSV(B)205.71º53.85%40.78%-
XYZ6.597.3714.17-
YUV73.17145.4110.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=20.69%
G=34.48%
B=44.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48801040.540.2300.59205.7136.8429.8
Hex305068361703Bce251e
Octal6012015066270733164536
Binary110000101000011010001101101011101110111100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305068; }

 p { color: rgb(48,80,104); }

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

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

 a { background-color: rgb(48,80,104); }

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

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

 span { border-color: rgb(48,80,104); }

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