#304460

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

Shades of Catalina Blue #304460

Tints of Catalina Blue #304460

Color information

#304460 (or 0x304460) is unknown color: approx Catalina Blue. HEX triplet: 30, 44 and 60. RGB value is (48,68,96). Sum of RGB (Red+Green+Blue) = 48+68+96=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #304460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304460 is #CFBB9F. Grayscale: #414141. Windows color (decimal): -13613984 or 6308912. OLE color: 6308912.

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

Color convert

RGB486896-
CMYK0.500.2900.62
HSL215º33.33%28.24%-
HSV(B)215º50%37.65%-
XYZ5.45.6111.86-
YUV65.21145.37115.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=22.64%
G=32.08%
B=45.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4868960.500.2900.6221533.3328.24
Hex304460321D03Ed7211c
Octal6010414062350763274134
Binary110000100010011000001100101110101111101101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304460; }

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

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

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

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

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

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

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

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