#223854

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

Shades of Catalina Blue #223854

Tints of Catalina Blue #223854

Color information

#223854 (or 0x223854) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 54. RGB value is (34,56,84). Sum of RGB (Red+Green+Blue) = 34+56+84=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #223854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223854 is #DDC7AB. Grayscale: #343434. Windows color (decimal): -14534572 or 5519394. OLE color: 5519394.

HSL color Cylindrical-coordinate representation of color #223854: hue angle of 213.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223854 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB345684-
CMYK0.600.3300.67
HSL213.6º42.37%23.14%-
HSV(B)213.6º59.52%32.94%-
XYZ3.673.818.93-
YUV52.61145.71114.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=19.54%
G=32.18%
B=48.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3456840.600.3300.67213.642.3723.14
Hex2238543C21043d62a17
Octal4270124744101033265227
Binary1000101110001010100111100100001010000111101011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223854; }

 p { color: rgb(34,56,84); }

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

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

 a { background-color: rgb(34,56,84); }

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

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

 span { border-color: rgb(34,56,84); }

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