#223B6A

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

Shades of Catalina Blue #223B6A

Tints of Catalina Blue #223B6A

Color information

#223B6A (or 0x223B6A) is unknown color: approx Catalina Blue. HEX triplet: 22, 3B and 6A. RGB value is (34,59,106). Sum of RGB (Red+Green+Blue) = 34+59+106=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #223B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B6A is #DDC495. Grayscale: #383838. Windows color (decimal): -14533782 or 6961954. OLE color: 6961954.

HSL color Cylindrical-coordinate representation of color #223B6A: hue angle of 219.17º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #223B6A is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3459106-
CMYK0.680.4400.58
HSL219.17º51.43%27.45%-
HSV(B)219.17º67.92%41.57%-
XYZ4.834.5114.25-
YUV56.88155.72111.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=17.09%
G=29.65%
B=53.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34591060.680.4400.58219.1751.4327.45
Hex223B6A442C03Adb331b
Octal4273152104540723336333
Binary1000101110111101010100010010110001110101101101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,59,106); }

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

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

 a { background-color: rgb(34,59,106); }

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

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

 span { border-color: rgb(34,59,106); }

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