#304663

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

Shades of Catalina Blue #304663

Tints of Catalina Blue #304663

Color information

#304663 (or 0x304663) is unknown color: approx Catalina Blue. HEX triplet: 30, 46 and 63. RGB value is (48,70,99). Sum of RGB (Red+Green+Blue) = 48+70+99=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #304663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304663 is #CFB99C. Grayscale: #424242. Windows color (decimal): -13613469 or 6506032. OLE color: 6506032.

HSL color Cylindrical-coordinate representation of color #304663: hue angle of 214.12º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304663 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB487099-
CMYK0.520.2900.61
HSL214.12º34.69%28.82%-
HSV(B)214.12º51.52%38.82%-
XYZ5.665.9112.65-
YUV66.73146.21114.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=22.12%
G=32.26%
B=45.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4870990.520.2900.61214.1234.6928.82
Hex304663341D03Dd6231d
Octal6010614364350753264335
Binary110000100011011000111101001110101111011101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304663; }

 p { color: rgb(48,70,99); }

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

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

 a { background-color: rgb(48,70,99); }

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

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

 span { border-color: rgb(48,70,99); }

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