#23355E

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

Shades of Catalina Blue #23355E

Tints of Catalina Blue #23355E

Color information

#23355E (or 0x23355E) is unknown color: approx Catalina Blue. HEX triplet: 23, 35 and 5E. RGB value is (35,53,94). Sum of RGB (Red+Green+Blue) = 35+53+94=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #23355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23355E is #DCCAA1. Grayscale: #343434. Windows color (decimal): -14469794 or 6173987. OLE color: 6173987.

HSL color Cylindrical-coordinate representation of color #23355E: hue angle of 221.69º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23355E is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB355394-
CMYK0.630.4400.63
HSL221.69º45.74%25.29%-
HSV(B)221.69º62.77%36.86%-
XYZ3.993.7111.1-
YUV52.29151.54115.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=19.23%
G=29.12%
B=51.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3553940.630.4400.63221.6945.7425.29
Hex23355E3F2C03Fde2e19
Octal436513677540773365631
Binary100011110101101111011111110110001111111101111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23355E; }

 p { color: rgb(35,53,94); }

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

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

 a { background-color: rgb(35,53,94); }

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

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

 span { border-color: rgb(35,53,94); }

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