#23385E

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

Shades of Catalina Blue #23385E

Tints of Catalina Blue #23385E

Color information

#23385E (or 0x23385E) is unknown color: approx Catalina Blue. HEX triplet: 23, 38 and 5E. RGB value is (35,56,94). Sum of RGB (Red+Green+Blue) = 35+56+94=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #23385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23385E is #DCC7A1. Grayscale: #353535. Windows color (decimal): -14469026 or 6174755. OLE color: 6174755.

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

Color convert

RGB355694-
CMYK0.630.4000.63
HSL218.64º45.74%25.29%-
HSV(B)218.64º62.77%36.86%-
XYZ4.133.9911.14-
YUV54.05150.54114.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=18.92%
G=30.27%
B=50.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3556940.630.4000.63218.6445.7425.29
Hex23385E3F2803Fdb2e19
Octal437013677500773335631
Binary100011111000101111011111110100001111111101101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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