#23365F

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

Shades of Catalina Blue #23365F

Tints of Catalina Blue #23365F

Color information

#23365F (or 0x23365F) is unknown color: approx Catalina Blue. HEX triplet: 23, 36 and 5F. RGB value is (35,54,95). Sum of RGB (Red+Green+Blue) = 35+54+95=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #23365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23365F is #DCC9A0. Grayscale: #343434. Windows color (decimal): -14469537 or 6239779. OLE color: 6239779.

HSL color Cylindrical-coordinate representation of color #23365F: hue angle of 221º 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 #23365F is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB355495-
CMYK0.630.4300.63
HSL221º46.15%25.49%-
HSV(B)221º63.16%37.25%-
XYZ4.083.8211.35-
YUV52.99151.71115.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 95 (37.5% from 255) = 51.63%
R=19.02%
G=29.35%
B=51.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3554950.630.4300.6322146.1525.49
Hex23365F3F2B03Fdd2e19
Octal436613777530773355631
Binary100011110110101111111111110101101111111101110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23365F; }

 p { color: rgb(35,54,95); }

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

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

 a { background-color: rgb(35,54,95); }

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

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

 span { border-color: rgb(35,54,95); }

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