#223D66

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

Shades of Catalina Blue #223D66

Tints of Catalina Blue #223D66

Color information

#223D66 (or 0x223D66) is unknown color: approx Catalina Blue. HEX triplet: 22, 3D and 66. RGB value is (34,61,102). Sum of RGB (Red+Green+Blue) = 34+61+102=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #223D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D66 is #DDC299. Grayscale: #393939. Windows color (decimal): -14533274 or 6700322. OLE color: 6700322.

HSL color Cylindrical-coordinate representation of color #223D66: hue angle of 216.18º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #223D66 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3461102-
CMYK0.670.4000.6
HSL216.18º50%26.67%-
HSV(B)216.18º66.67%40%-
XYZ4.734.6413.22-
YUV57.6153.05111.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=17.26%
G=30.96%
B=51.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34611020.670.4000.6216.185026.67
Hex223D66432803Cd8321b
Octal4275146103500743306233
Binary1000101111011100110100001110100001111001101100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,61,102); }

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

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

 a { background-color: rgb(34,61,102); }

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

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

 span { border-color: rgb(34,61,102); }

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