#223869

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

Shades of Catalina Blue #223869

Tints of Catalina Blue #223869

Color information

#223869 (or 0x223869) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 69. RGB value is (34,56,105). Sum of RGB (Red+Green+Blue) = 34+56+105=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #223869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223869 is #DDC796. Grayscale: #363636. Windows color (decimal): -14534551 or 6895650. OLE color: 6895650.

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

Color convert

RGB3456105-
CMYK0.680.4700.59
HSL221.41º51.08%27.25%-
HSV(B)221.41º67.62%41.18%-
XYZ4.624.1913.93-
YUV55.01156.21113.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=17.44%
G=28.72%
B=53.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34561050.680.4700.59221.4151.0827.25
Hex223869442F03Bdd331b
Octal4270151104570733356333
Binary1000101110001101001100010010111101110111101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223869; }

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

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

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

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

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

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

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

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