#304561

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

Shades of Catalina Blue #304561

Tints of Catalina Blue #304561

Color information

#304561 (or 0x304561) is unknown color: approx Catalina Blue. HEX triplet: 30, 45 and 61. RGB value is (48,69,97). Sum of RGB (Red+Green+Blue) = 48+69+97=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #304561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304561 is #CFBA9E. Grayscale: #414141. Windows color (decimal): -13613727 or 6374704. OLE color: 6374704.

HSL color Cylindrical-coordinate representation of color #304561: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304561 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB486997-
CMYK0.510.2900.62
HSL214.29º33.79%28.43%-
HSV(B)214.29º50.52%38.04%-
XYZ5.55.7512.13-
YUV65.91145.54115.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=22.43%
G=32.24%
B=45.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4869970.510.2900.62214.2933.7928.43
Hex304561331D03Ed6221c
Octal6010514163350763264234
Binary110000100010111000011100111110101111101101011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304561; }

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

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

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

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

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

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

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

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