#284668

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

Shades of Catalina Blue #284668

Tints of Catalina Blue #284668

Color information

#284668 (or 0x284668) is unknown color: approx Catalina Blue. HEX triplet: 28, 46 and 68. RGB value is (40,70,104). Sum of RGB (Red+Green+Blue) = 40+70+104=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #284668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284668 is #D7B997. Grayscale: #404040. Windows color (decimal): -14137752 or 6833704. OLE color: 6833704.

HSL color Cylindrical-coordinate representation of color #284668: hue angle of 211.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284668 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4070104-
CMYK0.620.3300.59
HSL211.88º44.44%28.24%-
HSV(B)211.88º61.54%40.78%-
XYZ5.565.8313.93-
YUV64.91150.06110.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=18.69%
G=32.71%
B=48.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40701040.620.3300.59211.8844.4428.24
Hex2846683E2103Bd42c1c
Octal5010615076410733245434
Binary1010001000110110100011111010000101110111101010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284668; }

 p { color: rgb(40,70,104); }

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

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

 a { background-color: rgb(40,70,104); }

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

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

 span { border-color: rgb(40,70,104); }

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