#223358

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

Shades of Catalina Blue #223358

Tints of Catalina Blue #223358

Color information

#223358 (or 0x223358) is unknown color: approx Catalina Blue. HEX triplet: 22, 33 and 58. RGB value is (34,51,88). Sum of RGB (Red+Green+Blue) = 34+51+88=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #223358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223358 is #DDCCA7. Grayscale: #313131. Windows color (decimal): -14535848 or 5780258. OLE color: 5780258.

HSL color Cylindrical-coordinate representation of color #223358: hue angle of 221.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223358 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB345188-
CMYK0.610.4200.65
HSL221.11º44.26%23.92%-
HSV(B)221.11º61.36%34.51%-
XYZ3.63.419.7-
YUV50.13149.37116.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=19.65%
G=29.48%
B=50.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3451880.610.4200.65221.1144.2623.92
Hex2233583D2A041dd2c18
Octal4263130755201013355430
Binary1000101100111011000111101101010010000011101110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223358; }

 p { color: rgb(34,51,88); }

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

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

 a { background-color: rgb(34,51,88); }

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

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

 span { border-color: rgb(34,51,88); }

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