#223963

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

Shades of Catalina Blue #223963

Tints of Catalina Blue #223963

Color information

#223963 (or 0x223963) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 63. RGB value is (34,57,99). Sum of RGB (Red+Green+Blue) = 34+57+99=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #223963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223963 is #DDC69C. Grayscale: #363636. Windows color (decimal): -14534301 or 6502690. OLE color: 6502690.

HSL color Cylindrical-coordinate representation of color #223963: hue angle of 218.77º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223963 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB345799-
CMYK0.660.4200.61
HSL218.77º48.87%26.08%-
HSV(B)218.77º65.66%38.82%-
XYZ4.374.1712.38-
YUV54.91152.88113.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=17.89%
G=30%
B=52.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3457990.660.4200.61218.7748.8726.08
Hex223963422A03Ddb311a
Octal4271143102520753336132
Binary1000101110011100011100001010101001111011101101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223963; }

 p { color: rgb(34,57,99); }

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

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

 a { background-color: rgb(34,57,99); }

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

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

 span { border-color: rgb(34,57,99); }

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