#223466

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

Shades of Catalina Blue #223466

Tints of Catalina Blue #223466

Color information

#223466 (or 0x223466) is unknown color: approx Catalina Blue. HEX triplet: 22, 34 and 66. RGB value is (34,52,102). Sum of RGB (Red+Green+Blue) = 34+52+102=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #223466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223466 is #DDCB99. Grayscale: #343434. Windows color (decimal): -14535578 or 6698018. OLE color: 6698018.

HSL color Cylindrical-coordinate representation of color #223466: hue angle of 224.12º 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 #223466 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3452102-
CMYK0.670.4900.6
HSL224.12º50%26.67%-
HSV(B)224.12º66.67%40%-
XYZ4.293.7613.07-
YUV52.32156.04114.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=18.09%
G=27.66%
B=54.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34521020.670.4900.6224.125026.67
Hex223466433103Ce0321b
Octal4264146103610743406233
Binary1000101101001100110100001111000101111001110000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223466; }

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

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

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

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

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

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

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

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