#223D67

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

Shades of Catalina Blue #223D67

Tints of Catalina Blue #223D67

Color information

#223D67 (or 0x223D67) is unknown color: approx Catalina Blue. HEX triplet: 22, 3D and 67. RGB value is (34,61,103). Sum of RGB (Red+Green+Blue) = 34+61+103=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #223D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D67 is #DDC298. Grayscale: #393939. Windows color (decimal): -14533273 or 6765858. OLE color: 6765858.

HSL color Cylindrical-coordinate representation of color #223D67: hue angle of 216.52º 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 #223D67 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3461103-
CMYK0.670.4100.60
HSL216.52º50.36%26.86%-
HSV(B)216.52º66.99%40.39%-
XYZ4.784.6613.48-
YUV57.72153.55111.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=17.17%
G=30.81%
B=52.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34611030.670.4100.60216.5250.3626.86
Hex223D67432903Cd9321b
Octal4275147103510743316233
Binary1000101111011100111100001110100101111001101100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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