#304560

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

Shades of Catalina Blue #304560

Tints of Catalina Blue #304560

Color information

#304560 (or 0x304560) is unknown color: approx Catalina Blue. HEX triplet: 30, 45 and 60. RGB value is (48,69,96). Sum of RGB (Red+Green+Blue) = 48+69+96=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #304560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304560 is #CFBA9F. Grayscale: #414141. Windows color (decimal): -13613728 or 6309168. OLE color: 6309168.

HSL color Cylindrical-coordinate representation of color #304560: hue angle of 213.75º 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 #304560 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB486996-
CMYK0.500.2800.62
HSL213.75º33.33%28.24%-
HSV(B)213.75º50%37.65%-
XYZ5.465.7311.88-
YUV65.8145.04115.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=22.54%
G=32.39%
B=45.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4869960.500.2800.62213.7533.3328.24
Hex304560321C03Ed6211c
Octal6010514062340763264134
Binary110000100010111000001100101110001111101101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304560; }

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

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

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

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

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

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

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

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