#23325A

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

Shades of Catalina Blue #23325A

Tints of Catalina Blue #23325A

Color information

#23325A (or 0x23325A) is unknown color: approx Catalina Blue. HEX triplet: 23, 32 and 5A. RGB value is (35,50,90). Sum of RGB (Red+Green+Blue) = 35+50+90=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #23325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23325A is #DCCDA5. Grayscale: #313131. Windows color (decimal): -14470566 or 5911075. OLE color: 5911075.

HSL color Cylindrical-coordinate representation of color #23325A: hue angle of 223.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23325A is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB355090-
CMYK0.610.4400.65
HSL223.64º44%24.51%-
HSV(B)223.64º61.11%35.29%-
XYZ3.683.3810.13-
YUV50.08150.53117.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=20%
G=28.57%
B=51.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3550900.610.4400.65223.644424.51
Hex23325A3D2C041e02c19
Octal4362132755401013405431
Binary1000111100101011010111101101100010000011110000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23325A; }

 p { color: rgb(35,50,90); }

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

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

 a { background-color: rgb(35,50,90); }

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

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

 span { border-color: rgb(35,50,90); }

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