#304562

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

Shades of Catalina Blue #304562

Tints of Catalina Blue #304562

Color information

#304562 (or 0x304562) is unknown color: approx Catalina Blue. HEX triplet: 30, 45 and 62. RGB value is (48,69,98). Sum of RGB (Red+Green+Blue) = 48+69+98=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #304562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304562 is #CFBA9D. Grayscale: #414141. Windows color (decimal): -13613726 or 6440240. OLE color: 6440240.

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

Color convert

RGB486998-
CMYK0.510.3000.62
HSL214.8º34.25%28.63%-
HSV(B)214.8º51.02%38.43%-
XYZ5.555.7712.38-
YUV66.03146.04115.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=22.33%
G=32.09%
B=45.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4869980.510.3000.62214.834.2528.63
Hex304562331E03Ed7221d
Octal6010514263360763274235
Binary110000100010111000101100111111001111101101011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304562; }

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

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

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

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

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

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

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

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