#223750

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

Shades of Catalina Blue #223750

Tints of Catalina Blue #223750

Color information

#223750 (or 0x223750) is unknown color: approx Catalina Blue. HEX triplet: 22, 37 and 50. RGB value is (34,55,80). Sum of RGB (Red+Green+Blue) = 34+55+80=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #223750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223750 is #DDC8AF. Grayscale: #333333. Windows color (decimal): -14534832 or 5256994. OLE color: 5256994.

HSL color Cylindrical-coordinate representation of color #223750: hue angle of 212.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223750 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345580-
CMYK0.580.3100.69
HSL212.61º40.35%22.35%-
HSV(B)212.61º57.5%31.37%-
XYZ3.473.658.11-
YUV51.57144.04115.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=20.12%
G=32.54%
B=47.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3455800.580.3100.69212.6140.3522.35
Hex2237503A1F045d52816
Octal4267120723701053255026
Binary100010110111101000011101011111010001011101010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223750; }

 p { color: rgb(34,55,80); }

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

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

 a { background-color: rgb(34,55,80); }

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

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

 span { border-color: rgb(34,55,80); }

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