#23365E

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

Shades of Catalina Blue #23365E

Tints of Catalina Blue #23365E

Color information

#23365E (or 0x23365E) is unknown color: approx Catalina Blue. HEX triplet: 23, 36 and 5E. RGB value is (35,54,94). Sum of RGB (Red+Green+Blue) = 35+54+94=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #23365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23365E is #DCC9A1. Grayscale: #343434. Windows color (decimal): -14469538 or 6174243. OLE color: 6174243.

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

Color convert

RGB355494-
CMYK0.630.4300.63
HSL220.68º45.74%25.29%-
HSV(B)220.68º62.77%36.86%-
XYZ4.033.811.11-
YUV52.88151.21115.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=19.13%
G=29.51%
B=51.37%

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
Decimal3554940.630.4300.63220.6845.7425.29
Hex23365E3F2B03Fdd2e19
Octal436613677530773355631
Binary100011110110101111011111110101101111111101110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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