#304B60

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

Shades of Cello #304B60

Tints of Cello #304B60

Color information

#304B60 (or 0x304B60) is unknown color: approx Cello. HEX triplet: 30, 4B and 60. RGB value is (48,75,96). Sum of RGB (Red+Green+Blue) = 48+75+96=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #304B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B60 is #CFB49F. Grayscale: #454545. Windows color (decimal): -13612192 or 6310704. OLE color: 6310704.

HSL color Cylindrical-coordinate representation of color #304B60: hue angle of 206.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304B60 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487596-
CMYK0.500.2200.62
HSL206.25º33.33%28.24%-
HSV(B)206.25º50%37.65%-
XYZ5.856.5112.01-
YUV69.32143.05112.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=21.92%
G=34.25%
B=43.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4875960.500.2200.62206.2533.3328.24
Hex304B60321603Ece211c
Octal6011314062260763164134
Binary110000100101111000001100101011001111101100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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