#284368

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

Shades of Catalina Blue #284368

Tints of Catalina Blue #284368

Color information

#284368 (or 0x284368) is unknown color: approx Catalina Blue. HEX triplet: 28, 43 and 68. RGB value is (40,67,104). Sum of RGB (Red+Green+Blue) = 40+67+104=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #284368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284368 is #D7BC97. Grayscale: #3E3E3E. Windows color (decimal): -14138520 or 6832936. OLE color: 6832936.

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

Color convert

RGB4067104-
CMYK0.620.3600.59
HSL214.69º44.44%28.24%-
HSV(B)214.69º61.54%40.78%-
XYZ5.385.4613.87-
YUV63.14151.05111.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=18.96%
G=31.75%
B=49.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40671040.620.3600.59214.6944.4428.24
Hex2843683E2403Bd72c1c
Octal5010315076440733275434
Binary1010001000011110100011111010010001110111101011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284368; }

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

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

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

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

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

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

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

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