#223261

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

Shades of Catalina Blue #223261

Tints of Catalina Blue #223261

Color information

#223261 (or 0x223261) is unknown color: approx Catalina Blue. HEX triplet: 22, 32 and 61. RGB value is (34,50,97). Sum of RGB (Red+Green+Blue) = 34+50+97=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #223261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223261 is #DDCD9E. Grayscale: #323232. Windows color (decimal): -14536095 or 6369826. OLE color: 6369826.

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

Color convert

RGB345097-
CMYK0.650.4800.62
HSL224.76º48.09%25.69%-
HSV(B)224.76º64.95%38.04%-
XYZ3.963.4811.77-
YUV50.57154.2116.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=18.78%
G=27.62%
B=53.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3450970.650.4800.62224.7648.0925.69
Hex223261413003Ee1301a
Octal4262141101600763416032
Binary1000101100101100001100000111000001111101110000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223261; }

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

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

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

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

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

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

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

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