#304C69

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

Shades of Cello #304C69

Tints of Cello #304C69

Color information

#304C69 (or 0x304C69) is unknown color: approx Cello. HEX triplet: 30, 4C and 69. RGB value is (48,76,105). Sum of RGB (Red+Green+Blue) = 48+76+105=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #304C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C69 is #CFB396. Grayscale: #464646. Windows color (decimal): -13611927 or 6900784. OLE color: 6900784.

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

Color convert

RGB4876105-
CMYK0.540.2800.59
HSL210.53º37.25%30%-
HSV(B)210.53º54.29%41.18%-
XYZ6.356.8214.35-
YUV70.93147.22111.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=20.96%
G=33.19%
B=45.85%

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
Decimal48761050.540.2800.59210.5337.2530
Hex304C69361C03Bd3251e
Octal6011415166340733234536
Binary110000100110011010011101101110001110111101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,105); }

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

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

 a { background-color: rgb(48,76,105); }

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

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

 span { border-color: rgb(48,76,105); }

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