#223256

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

Shades of Catalina Blue #223256

Tints of Catalina Blue #223256

Color information

#223256 (or 0x223256) is unknown color: approx Catalina Blue. HEX triplet: 22, 32 and 56. RGB value is (34,50,86). Sum of RGB (Red+Green+Blue) = 34+50+86=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #223256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223256 is #DDCDA9. Grayscale: #313131. Windows color (decimal): -14536106 or 5648930. OLE color: 5648930.

HSL color Cylindrical-coordinate representation of color #223256: hue angle of 221.54º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223256 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB345086-
CMYK0.600.4200.66
HSL221.54º43.33%23.53%-
HSV(B)221.54º60.47%33.73%-
XYZ3.483.299.26-
YUV49.32148.7117.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=20%
G=29.41%
B=50.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3450860.600.4200.66221.5443.3323.53
Hex2232563C2A042de2b18
Octal4262126745201023365330
Binary1000101100101010110111100101010010000101101111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223256; }

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

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

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

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

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

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

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

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