#223361

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

Shades of Catalina Blue #223361

Tints of Catalina Blue #223361

Color information

#223361 (or 0x223361) is unknown color: approx Catalina Blue. HEX triplet: 22, 33 and 61. RGB value is (34,51,97). Sum of RGB (Red+Green+Blue) = 34+51+97=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #223361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223361 is #DDCC9E. Grayscale: #323232. Windows color (decimal): -14535839 or 6370082. OLE color: 6370082.

HSL color Cylindrical-coordinate representation of color #223361: hue angle of 223.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223361 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB345197-
CMYK0.650.4700.62
HSL223.81º48.09%25.69%-
HSV(B)223.81º64.95%38.04%-
XYZ43.5711.79-
YUV51.16153.87115.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=18.68%
G=28.02%
B=53.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3451970.650.4700.62223.8148.0925.69
Hex223361412F03Ee0301a
Octal4263141101570763406032
Binary1000101100111100001100000110111101111101110000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223361; }

 p { color: rgb(34,51,97); }

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

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

 a { background-color: rgb(34,51,97); }

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

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

 span { border-color: rgb(34,51,97); }

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