#223661

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

Shades of Catalina Blue #223661

Tints of Catalina Blue #223661

Color information

#223661 (or 0x223661) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 61. RGB value is (34,54,97). Sum of RGB (Red+Green+Blue) = 34+54+97=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #223661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223661 is #DDC99E. Grayscale: #343434. Windows color (decimal): -14535071 or 6370850. OLE color: 6370850.

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

Color convert

RGB345497-
CMYK0.650.4400.62
HSL220.95º48.09%25.69%-
HSV(B)220.95º64.95%38.04%-
XYZ4.143.8411.83-
YUV52.92152.87114.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=18.38%
G=29.19%
B=52.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3454970.650.4400.62220.9548.0925.69
Hex223661412C03Edd301a
Octal4266141101540763356032
Binary1000101101101100001100000110110001111101101110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223661; }

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

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

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

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

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

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

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

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