#23365B

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

Shades of Catalina Blue #23365B

Tints of Catalina Blue #23365B

Color information

#23365B (or 0x23365B) is unknown color: approx Catalina Blue. HEX triplet: 23, 36 and 5B. RGB value is (35,54,91). Sum of RGB (Red+Green+Blue) = 35+54+91=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #23365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23365B is #DCC9A4. Grayscale: #343434. Windows color (decimal): -14469541 or 5977635. OLE color: 5977635.

HSL color Cylindrical-coordinate representation of color #23365B: hue angle of 219.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23365B is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB355491-
CMYK0.620.4100.64
HSL219.64º44.44%24.71%-
HSV(B)219.64º61.54%35.69%-
XYZ3.93.7510.42-
YUV52.54149.71115.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=19.44%
G=30%
B=50.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3554910.620.4100.64219.6444.4424.71
Hex23365B3E29040dc2c19
Octal4366133765101003345431
Binary1000111101101011011111110101001010000001101110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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