#304B68

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

Shades of Cello #304B68

Tints of Cello #304B68

Color information

#304B68 (or 0x304B68) is unknown color: approx Cello. HEX triplet: 30, 4B and 68. RGB value is (48,75,104). Sum of RGB (Red+Green+Blue) = 48+75+104=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #304B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B68 is #CFB497. Grayscale: #464646. Windows color (decimal): -13612184 or 6834992. OLE color: 6834992.

HSL color Cylindrical-coordinate representation of color #304B68: hue angle of 211.07º 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 #304B68 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4875104-
CMYK0.540.2800.59
HSL211.07º36.84%29.8%-
HSV(B)211.07º53.85%40.78%-
XYZ6.236.6614.05-
YUV70.23147.05112.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=21.15%
G=33.04%
B=45.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48751040.540.2800.59211.0736.8429.8
Hex304B68361C03Bd3251e
Octal6011315066340733234536
Binary110000100101111010001101101110001110111101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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