#223F63

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

Shades of Catalina Blue #223F63

Tints of Catalina Blue #223F63

Color information

#223F63 (or 0x223F63) is unknown color: approx Catalina Blue. HEX triplet: 22, 3F and 63. RGB value is (34,63,99). Sum of RGB (Red+Green+Blue) = 34+63+99=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #223F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F63 is #DDC09C. Grayscale: #3A3A3A. Windows color (decimal): -14532765 or 6504226. OLE color: 6504226.

HSL color Cylindrical-coordinate representation of color #223F63: hue angle of 213.23º 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 #223F63 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB346399-
CMYK0.660.3600.61
HSL213.23º48.87%26.08%-
HSV(B)213.23º65.66%38.82%-
XYZ4.694.812.48-
YUV58.43150.89110.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=17.35%
G=32.14%
B=50.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3463990.660.3600.61213.2348.8726.08
Hex223F63422403Dd5311a
Octal4277143102440753256132
Binary1000101111111100011100001010010001111011101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223F63; }

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

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

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

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

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

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

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

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