#223461

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

Shades of Catalina Blue #223461

Tints of Catalina Blue #223461

Color information

#223461 (or 0x223461) is unknown color: approx Catalina Blue. HEX triplet: 22, 34 and 61. RGB value is (34,52,97). Sum of RGB (Red+Green+Blue) = 34+52+97=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #223461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223461 is #DDCB9E. Grayscale: #333333. Windows color (decimal): -14535583 or 6370338. OLE color: 6370338.

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

Color convert

RGB345297-
CMYK0.650.4600.62
HSL222.86º48.09%25.69%-
HSV(B)222.86º64.95%38.04%-
XYZ4.053.6611.8-
YUV51.75153.54115.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=18.58%
G=28.42%
B=53.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3452970.650.4600.62222.8648.0925.69
Hex223461412E03Edf301a
Octal4264141101560763376032
Binary1000101101001100001100000110111001111101101111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223461; }

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

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

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

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

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

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

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

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