#223F69

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

Shades of Catalina Blue #223F69

Tints of Catalina Blue #223F69

Color information

#223F69 (or 0x223F69) is unknown color: approx Catalina Blue. HEX triplet: 22, 3F and 69. RGB value is (34,63,105). Sum of RGB (Red+Green+Blue) = 34+63+105=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #223F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F69 is #DDC096. Grayscale: #3A3A3A. Windows color (decimal): -14532759 or 6897442. OLE color: 6897442.

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

Color convert

RGB3463105-
CMYK0.680.400.59
HSL215.49º51.08%27.25%-
HSV(B)215.49º67.62%41.18%-
XYZ4.994.9214.05-
YUV59.12153.89110.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=16.83%
G=31.19%
B=51.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34631050.680.400.59215.4951.0827.25
Hex223F69442803Bd7331b
Octal4277151104500733276333
Binary1000101111111101001100010010100001110111101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223F69; }

 p { color: rgb(34,63,105); }

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

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

 a { background-color: rgb(34,63,105); }

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

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

 span { border-color: rgb(34,63,105); }

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