#224268

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

Shades of Catalina Blue #224268

Tints of Catalina Blue #224268

Color information

#224268 (or 0x224268) is unknown color: approx Catalina Blue. HEX triplet: 22, 42 and 68. RGB value is (34,66,104). Sum of RGB (Red+Green+Blue) = 34+66+104=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #224268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224268 is #DDBD97. Grayscale: #3C3C3C. Windows color (decimal): -14531992 or 6832674. OLE color: 6832674.

HSL color Cylindrical-coordinate representation of color #224268: hue angle of 212.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224268 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3466104-
CMYK0.670.3700.59
HSL212.57º50.72%27.06%-
HSV(B)212.57º67.31%40.78%-
XYZ5.115.2413.84-
YUV60.76152.4108.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=16.67%
G=32.35%
B=50.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34661040.670.3700.59212.5750.7227.06
Hex224268432503Bd5331b
Octal42102150103450733256333
Binary10001010000101101000100001110010101110111101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224268; }

 p { color: rgb(34,66,104); }

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

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

 a { background-color: rgb(34,66,104); }

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

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

 span { border-color: rgb(34,66,104); }

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